Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <cody@jhu.edu>2020-01-15 19:56:37 +0300
committerCody Russell <cody@jhu.edu>2020-01-15 19:56:37 +0300
commit12ee30ef4b5360968f9d56031d89aacec6fb8af5 (patch)
tree284a1c5983e2eba272147952419bceefb40337f9
parent32ec323e5e0e1fff3557892d31c7e1551539ec39 (diff)
[GTK] Try to define NSPasteboardTypeURL if it's not defined.
-rw-r--r--packages/gtk+.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index a88aab7..a924677 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -229,7 +229,8 @@ class GtkPackage (GitHubPackage):
'patches/gtk/gtkviewport-autoscroll.patch',
# https://devdiv.visualstudio.com/DevDiv/_workitems/edit/993471
- 'patches/gtk/gtk-pboard-types.patch'
+ 'patches/gtk/gtk-pboard-types.patch',
+ 'packages/patches/gtk/define-NSPasteboardTypeURL.patch'
])
def prep(self):