Author: cazfi
Date: Wed Mar  2 12:33:01 2016
New Revision: 32152

URL: http://svn.gna.org/viewcvs/freeciv?rev=32152&view=rev
Log:
Install Freeciv theme also when gtk3x-client is enabled but gtk3-client is not.

See bug #24482

Modified:
    trunk/data/themes/Makefile.am

Modified: trunk/data/themes/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/Makefile.am?rev=32152&r1=32151&r2=32152&view=diff
==============================================================================
--- trunk/data/themes/Makefile.am       (original)
+++ trunk/data/themes/Makefile.am       Wed Mar  2 12:33:01 2016
@@ -8,6 +8,10 @@
 
 if CLIENT_GUI_GTK_3_0
 SUBDIRS += gui-gtk-3.0
+else
+if CLIENT_GUI_GTK_3_X
+SUBDIRS += gui-gtk-3.0
+endif
 endif
 
 if CLIENT_GUI_SDL2


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to