xorgxkeyboardconfig.mk (575B)
1 # runtime deps: xorgxkbcomp 2 # make deps: intltool, XML::Parser (p5-xml-parser perl module). 3 TARG = xorgxkeyboardconfig 4 5 <$mkbuild/mk.common-noinst 6 7 $TARG:QV: 8 CC="$CC -static" ./configure \ 9 --prefix="$PREFIX" \ 10 --mandir="$ROOT/share/man" \ 11 --disable-shared \ 12 --disable-nls \ 13 --disable-runtime-deps \ 14 --with-xkb-base="$PREFIX/share/X11/xkb" \ 15 --with-xkb-rules-symlink=xorg \ 16 --enable-static 17 for i in po ; do 18 printf 'all:\n\ttrue\ninstall:\n\ttrue\nclean:\n\ttrue\n' > "$i"/Makefile 19 done 20 make -j$nprocs 21 22 install:QV: 23 make -j$nprocs install DESTDIR="$ROOT"