mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 04:18:04 +02:00
Start new branch for glucose with updated xserver sources.
This commit is contained in:
parent
4054834965
commit
b54340a7a9
1 changed files with 57 additions and 0 deletions
57
glucose/Makefile.am
Normal file
57
glucose/Makefile.am
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
module_LTLIBRARIES = libglucose.la
|
||||
|
||||
sdk_HEADERS = glucose.h
|
||||
|
||||
INCLUDES = -I@MESA_SOURCE@/include \
|
||||
-I$(top_srcdir)/GL/mesa/glapi \
|
||||
-I$(top_srcdir)/GL/glx \
|
||||
-I$(top_srcdir)/GL/include \
|
||||
-I$(top_srcdir)/hw/xfree86/os-support \
|
||||
-I$(top_srcdir)/hw/xfree86/os-support/bus \
|
||||
-I$(top_srcdir)/hw/xfree86/common
|
||||
|
||||
# -DXFree86Server is required because the X11 driver in Mesa thinks that
|
||||
# symbol means "being built in the server"
|
||||
AM_CFLAGS = \
|
||||
$(DIX_CFLAGS) \
|
||||
$(GLUCOSE_CFLAGS) \
|
||||
@GLX_DEFINES@ \
|
||||
-DXFree86Server
|
||||
|
||||
libglucose_la_LDFLAGS = -avoid-version
|
||||
|
||||
libglucose_la_SOURCES = \
|
||||
glucose.c \
|
||||
glucose.h \
|
||||
glucose_context.c \
|
||||
glucose_drawable.c \
|
||||
glucose_format.c \
|
||||
glucose_info.c \
|
||||
glc_priv.h
|
||||
|
||||
libglucose_la_LIBADD = $(GLUCOSE_LIBS)
|
||||
|
||||
|
||||
nodist_libglucose_la_SOURCES = \
|
||||
xgl.h \
|
||||
xglarea.c \
|
||||
xglbstore.c \
|
||||
xglcmap.c \
|
||||
xglcompose.c \
|
||||
xglcopy.c \
|
||||
xglfill.c \
|
||||
xglgc.c \
|
||||
xglgeometry.c \
|
||||
xglget.c \
|
||||
xglglyph.c \
|
||||
xglpict.c \
|
||||
xglpixmap.c \
|
||||
xglshm.c \
|
||||
xglsolid.c \
|
||||
xglsync.c \
|
||||
xgltile.c \
|
||||
xgltrap.c \
|
||||
xglwindow.c \
|
||||
xglxv.c
|
||||
|
||||
EXTRA_DIST = symlink_xgl.sh
|
||||
Loading…
Add table
Reference in a new issue