back off on a probably too-aggressive X11 version requirement
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 18 Dec 2012 16:42:26 +0000 (16:42 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 18 Dec 2012 16:42:26 +0000 (16:42 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13676 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript

index 25c27693221a813d82fb668607335943679f93e8..a9b8ab0f039eae2e22046486ef9196aefb73c93d 100644 (file)
@@ -273,7 +273,7 @@ def configure(conf):
     autowaf.check_pkg(conf, 'libgnomecanvasmm-2.6',
                       uselib_store='GNOMECANVASMM', atleast_version='2.16')
     autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
-    autowaf.check_pkg(conf, 'x11', uselib_store='X11', atleast_version='1.3', mandatory=False)
+    autowaf.check_pkg(conf, 'x11', uselib_store='X11', atleast_version='1.1', mandatory=False)
 
     conf.write_config_header('gtk2ardour-config.h', remove=False)