Lines Matching +full:composite +full:- +full:in
4 ACLOCAL_AMFLAGS = -I m4
6 if COMPOSITE
7 COMPOSITE_DIR=composite
69 aclocal_DATA = xorg-server.m4
72 pkgconfig_DATA = xorg-server.pc
75 EXTRA_DIST = xorg-server.pc.in xorg-server.m4 autogen.sh README.md
78 --with-xkb-path=$(XKB_BASE_DIRECTORY) \
79 --with-xkb-bin-directory=$(XKB_BIN_DIRECTORY) \
80 --with-xkb-output='$${datadir}/X11/xkb/compiled'
90 dist-hook: ChangeLog INSTALL
111 composite \
123 $(AM_V_at)$(MAKE) -C hw relink
125 install-headers: Makefile
126 +find . -name Makefile | while read m; do \
127 if grep -q install-sdkHEADERS $$m; then \
128 (cd `dirname "$$m"` && make install-sdkHEADERS) \
132 distcheck-hook:
136 ninja -C _distcheck_build && \
137 rm -rf _distcheck_build && \
138 cd -
142 include/xorg-config.h.meson.in \
143 include/xwin-config.h.meson.in \
144 hw/xfree86/loader/symbol-test.c \
146 composite/meson.build \
180 hw/xfree86/os-support/meson.build \
208 test/bigreq/request-length.c \