diff options
author | David Reveman <davidr@novell.com> | 2007-07-24 10:44:09 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2007-07-24 10:44:09 -0400 |
commit | 36aa6d9b46c39783f570e83863b5e653c257443d (patch) | |
tree | 6f568c3d951edadc7a99947ffe643bbb364ef29d | |
parent | fa33dbc7481db1d2f61e4f67cc8874a583e97efa (diff) |
Disable building of Xegl binary.
-rw-r--r-- | hw/xgl/egl/Makefile.am | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/hw/xgl/egl/Makefile.am b/hw/xgl/egl/Makefile.am index a3931fd44..28d4cb5ac 100644 --- a/hw/xgl/egl/Makefile.am +++ b/hw/xgl/egl/Makefile.am @@ -24,22 +24,22 @@ libxegl_la_SOURCES = \ kinput.c \ evdev.c -Xegl_DEPENDENCIES = @XEGL_LIBS@ -Xegl_LDFLAGS = -export-dynamic -Xegl_SOURCES = \ - xeglinit.c \ - $(top_srcdir)/mi/miinitext.c \ - $(top_srcdir)/Xext/dpmsstubs.c \ - $(top_srcdir)/Xi/stubs.c \ - $(top_srcdir)/fb/fbcmap.c -Xegl_LDADD = \ - libxegl.la \ - $(top_builddir)/hw/xgl/libxgl.a \ - $(XORG_CORE_LIBS) \ - $(XEGL_LIBS) \ - $(XSERVER_LIBS) \ - $(EXTENSION_LIBS) \ - $(XEGLMODULES_LIBS) -Xegl_programs = Xegl +#Xegl_DEPENDENCIES = @XEGL_LIBS@ +#Xegl_LDFLAGS = -export-dynamic +#Xegl_SOURCES = \ +# xeglinit.c \ +# $(top_srcdir)/mi/miinitext.c \ +# $(top_srcdir)/Xext/dpmsstubs.c \ +# $(top_srcdir)/Xi/stubs.c \ +# $(top_srcdir)/fb/fbcmap.c +#Xegl_LDADD = \ +# libxegl.la \ +# $(top_builddir)/hw/xgl/libxgl.a \ +# $(XORG_CORE_LIBS) \ +# $(XEGL_LIBS) \ +# $(XSERVER_LIBS) \ +# $(EXTENSION_LIBS) \ +# $(XEGLMODULES_LIBS) +#Xegl_programs = Xegl bin_PROGRAMS = $(Xegl_programs) |