From 74a4c2f441b939f8ce3a7b629c15b001578d7e6b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Dec 2012 23:26:19 +0000 Subject: Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on systems without the dev package (#871). git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4863 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 7 +++++++ wscript | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3c6854c..70903f4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +suil (0.6.7) unstable; + + * Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on + systems without the dev package + + -- David Robillard Wed, 19 Dec 2012 18:25:49 -0500 + suil (0.6.6) stable; * Fix embedding Gtk in Qt as a child widget (support reparenting) diff --git a/wscript b/wscript index ae78a11..8d45682 100644 --- a/wscript +++ b/wscript @@ -27,8 +27,8 @@ def options(opt): opt.add_option('--no-shared', action='store_true', dest='no_shared', help='Do not build shared library') opt.add_option('--gtk2-lib-name', type='string', dest='gtk2_lib_name', - default="libgtk-x11-2.0.so", - help="Gtk2 library name [Default: libgtk-x11-2.0.so]") + default="libgtk-x11-2.0.so.0", + help="Gtk2 library name [Default: libgtk-x11-2.0.so.0]") def configure(conf): conf.load('compiler_c') -- cgit v1.2.1