GNOME Bugzilla – Bug 676045
Add an option to disable building of gtk3 engines
Last modified: 2012-05-14 20:16:12 UTC
This makes it possible only build & install without depending on Gtk+ 3.0 which is useful for shipping Gtk+2.x applications.
Created attachment 214028 [details] [review] Add an option to disable building of gtk3 engines
Review of attachment 214028 [details] [review]: Looks good, except the comment below. ::: src/Makefile.am @@ +4,3 @@ +if GTK3 +engine_LTLIBRARIES += libadwaita.la +endif The GTK3 CSS theme still depends on this engine, so you should make the themes/Adwaita/gtk-3.0 directory depend on the conditional too.
Created attachment 214029 [details] [review] Add an option to disable building of gtk3 engines This makes it possible only build & install without depending on Gtk+ 3.0 which is useful for shipping Gtk+2.x applications.
Attachment 214029 [details] pushed as 38c2ad8 - Add an option to disable building of gtk3 engines