Install SDK pkg-config and aclocal files only if XORG
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
264ce9e836
commit
bcd0c02cfd
|
@ -41,11 +41,13 @@ SUBDIRS = \
|
||||||
hw \
|
hw \
|
||||||
test
|
test
|
||||||
|
|
||||||
|
if XORG
|
||||||
aclocaldir = $(datadir)/aclocal
|
aclocaldir = $(datadir)/aclocal
|
||||||
aclocal_DATA = xorg-server.m4
|
aclocal_DATA = xorg-server.m4
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = xorg-server.pc
|
pkgconfig_DATA = xorg-server.pc
|
||||||
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = xorg-server.pc.in xorg-server.m4 ChangeLog autogen.sh
|
EXTRA_DIST = xorg-server.pc.in xorg-server.m4 ChangeLog autogen.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue