xserver

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

Makefile.am (287B)


      1 SUBDIRS=pci_ids
      2 
      3 noinst_LTLIBRARIES = libdri2.la
      4 AM_CFLAGS = \
      5 	-DHAVE_XORG_CONFIG_H \
      6 	@DIX_CFLAGS@ @XORG_CFLAGS@ \
      7 	-I$(top_srcdir)/hw/xfree86/common \
      8 	-I$(top_srcdir)/hw/xfree86/os-support/bus
      9 
     10 libdri2_la_SOURCES = \
     11 	dri2.c \
     12 	dri2.h \
     13 	dri2ext.c \
     14 	dri2int.h
     15 
     16 sdk_HEADERS = dri2.h