summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-04-30 22:02:24 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-04-30 22:02:24 +0200
commit763a14223fdabd8060603d858138a3ba33a7a8b6 (patch)
treea45b9ec95fdc3552d914a1df88276f4494d519c2 /configure.in
parentf715a24e9c704a03ad8bd99111c3e397fdd58e98 (diff)
Added configure check for Xlib.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f3b32bf..9dd92cf 100644
--- a/configure.in
+++ b/configure.in
@@ -37,6 +37,11 @@ if test "x$enable_lv2" = "xyes"; then
dnl Check for lv2core
dnl ======================
PKG_CHECK_MODULES(LV2, lv2 >= 1.0)
+
+ dnl ======================
+ dnl Check for Xlib
+ dnl ======================
+ PKG_CHECK_MODULES(X11, x11 >= 1.0)
else
AC_MSG_RESULT([*** LV2 plugin will not be compiled ***])
enable_lv2=no