diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2005-06-05 01:58:41 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2005-06-05 01:58:41 +0000 |
commit | 021a5cd170051aae25cf61651d07b47a4df31ab4 (patch) | |
tree | 16b3b121d111ebb30681944bd931a0714d51bd68 /hw/xgl | |
parent | aa959672863aad71c807d6c09938bb296c347bcf (diff) |
Enable egl server in automake
--enable-xeglserver
Diffstat (limited to 'hw/xgl')
-rw-r--r-- | hw/xgl/Makefile.am | 2 | ||||
-rw-r--r-- | hw/xgl/egl/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/xgl/Makefile.am b/hw/xgl/Makefile.am index eb92a9994..9046c1476 100644 --- a/hw/xgl/Makefile.am +++ b/hw/xgl/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . $(XGLX_DIRS) +SUBDIRS = . $(XGLX_DIRS) $(XEGL_DIRS) INCLUDES = \ @XGL_INCS@ \ diff --git a/hw/xgl/egl/Makefile.am b/hw/xgl/egl/Makefile.am index 0a8a736a7..d08bd8d21 100644 --- a/hw/xgl/egl/Makefile.am +++ b/hw/xgl/egl/Makefile.am @@ -1,6 +1,5 @@ INCLUDES = \ @XGL_INCS@ \ - @XEGLSERVER_CFLAGS@ \ @XSERVER_CFLAGS@ bin_PROGRAMS = Xegl @@ -9,6 +8,7 @@ Xegl_SOURCES = xegl.c xeglinput.c kinput.c evdev.c Xegl_LDADD = \ @XGL_LIBS@ \ + @XEGL_LIBS@ \ @XEGLSERVER_LIBS@ \ @XSERVER_LIBS@ |