xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

Makefile.am (1152B)


      1 noinst_LTLIBRARIES = libglamor.la libglamor_egl_stubs.la
      2 
      3 libglamor_la_LIBADD = $(GLAMOR_LIBS)
      4 
      5 AM_CFLAGS = $(CWARNFLAGS) $(DIX_CFLAGS) $(GLAMOR_CFLAGS)
      6 
      7 libglamor_la_SOURCES = \
      8 	glamor.c \
      9 	glamor_context.h \
     10 	glamor_copy.c \
     11 	glamor_core.c \
     12 	glamor_dash.c \
     13 	glamor_debug.h \
     14 	glamor_font.c \
     15 	glamor_font.h \
     16 	glamor_glx.c \
     17 	glamor_composite_glyphs.c \
     18 	glamor_image.c \
     19 	glamor_lines.c \
     20 	glamor_segs.c \
     21 	glamor_render.c \
     22 	glamor_gradient.c \
     23 	glamor_prepare.c \
     24 	glamor_prepare.h \
     25 	glamor_program.c \
     26 	glamor_program.h \
     27 	glamor_rects.c \
     28 	glamor_spans.c \
     29 	glamor_text.c \
     30 	glamor_transfer.c \
     31 	glamor_transfer.h \
     32 	glamor_transform.c \
     33 	glamor_transform.h \
     34 	glamor_trapezoid.c \
     35 	glamor_triangles.c\
     36 	glamor_addtraps.c\
     37 	glamor_glyphblt.c\
     38 	glamor_points.c\
     39 	glamor_priv.h\
     40 	glamor_pixmap.c\
     41 	glamor_largepixmap.c\
     42 	glamor_picture.c\
     43 	glamor_vbo.c \
     44 	glamor_window.c\
     45 	glamor_fbo.c\
     46 	glamor_compositerects.c\
     47 	glamor_utils.c\
     48 	glamor_utils.h\
     49 	glamor_sync.c \
     50 	glamor.h
     51 
     52 if XV
     53 libglamor_la_SOURCES += \
     54 	glamor_xv.c
     55 endif
     56 
     57 libglamor_egl_stubs_la_SOURCES = \
     58 	glamor_egl_stubs.c \
     59 	glamor_egl_ext.h \
     60 	glamor_egl.h
     61 
     62 sdk_HEADERS = glamor.h