diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-02-01 20:27:49 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-02-01 20:27:49 +0100 |
commit | 5400f16b8fc71a6e8af53ee7b070cd5e5113d0b9 (patch) | |
tree | 5951800aacad900480128a18012b6608485a5384 | |
parent | c951a75ef10bd30260ef9762d2883360750cd1f5 (diff) |
Add missing wayland vairables to configs/autoconf.in
-rw-r--r-- | configs/autoconf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 3622a12e0e..2ab18505cc 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -196,6 +196,8 @@ XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@ XCB_DRI2_LIBS = @XCB_DRI2_LIBS@ LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ LIBUDEV_LIBS = @LIBUDEV_LIBS@ +WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ +WAYLAND_LIBS = @WAYLAND_LIBS@ MESA_LLVM = @MESA_LLVM@ |