mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
Adding exa support to the modular server.
This commit is contained in:
parent
b90a88e803
commit
33326f4ee8
2 changed files with 16 additions and 0 deletions
8
exa/Makefile.am
Normal file
8
exa/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module_LTLIBRARIES = libexa.la
|
||||
|
||||
sdk_HEADERS = exa.h
|
||||
|
||||
libexa_la_LDFLAGS = -avoid-version
|
||||
|
||||
INCLUDES = $(XORG_INCS)
|
||||
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|
||||
8
hw/xfree86/exa/Makefile.am
Normal file
8
hw/xfree86/exa/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module_LTLIBRARIES = libexa.la
|
||||
|
||||
sdk_HEADERS = exa.h
|
||||
|
||||
libexa_la_LDFLAGS = -avoid-version
|
||||
|
||||
INCLUDES = $(XORG_INCS)
|
||||
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|
||||
Loading…
Add table
Reference in a new issue