diff options
Diffstat (limited to 'x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb')
-rw-r--r-- | x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb b/x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb new file mode 100644 index 000000000000..58d36bbc1abf --- /dev/null +++ b/x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb @@ -0,0 +1,10 @@ +--- ext/gtk3/extconf.rb.orig 2016-01-22 18:41:23.871812000 +0000 ++++ ext/gtk3/extconf.rb 2016-01-22 18:43:47.587265000 +0000 +@@ -39,6 +39,7 @@ + require "mkmf-gnome2" + + depended_packages = [ ++ "cairo", + "glib2", + "gobject-introspection", + "cairo-gobject", |