Enable egl server in automake

--enable-xeglserver
This commit is contained in:
Jon Smirl 2005-06-05 01:58:41 +00:00
parent aa95967286
commit 021a5cd170
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = . $(XGLX_DIRS)
SUBDIRS = . $(XGLX_DIRS) $(XEGL_DIRS)
INCLUDES = \
@XGL_INCS@ \

View File

@ -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@