[PATCH util-modular 4/9] build.sh: add the remaining xorg app(s)
Emil Velikov
emil.l.velikov at gmail.com
Tue Feb 14 11:57:54 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
With this and follow-up patches we'll add all the outstanding repos from
xorg/
Ideally we'll get everything inside build.sh so that a simple
script (like below) can easily flag differences. Obviously
deprecated/obsolete projects won't be build/are commented out.
for i in app font util data doc driver lib proto; do
diff -u <(grep -i -o "xorg/$i/[A-Za-z0-9-]*" all | cut -d/ -f3 | sort -u) \
<(grep -i -o "build $i [A-Za-z0-9-]*" build.sh | cut -d" " -f3 | sort -u)
done
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
build.sh | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/build.sh b/build.sh
index 70037f0..7cd08c2 100755
--- a/build.sh
+++ b/build.sh
@@ -1080,19 +1080,33 @@ build_all_modules() {
build app bdftopcf
build app beforelight
build app bitmap
+ build app compiz
+ build app constype
+ build app edid-decode
build app editres
+ build app fdclock
build app fonttosfnt
build app fslsfonts
build app fstobdf
+ build app glxcompmgr
+ build app grandr
build app iceauth
build app ico
+ build app intel-gen4asm
+ build app intel-gpu-tools
+ build app lbxproxy
build app listres
build app luit
+ build app makepsres
+ build app mdm
+ build app mkcfm
build app mkcomposecache
build app mkfontdir
build app mkfontscale
build app oclock
build app rgb
+ build app pclcomp
+ build app proxymngr
build app rendercheck
build app rstart
build app scripts
@@ -1100,6 +1114,7 @@ build_all_modules() {
build app setxkbmap
build app showfont
build app smproxy
+ build app transset
build app twm
build app viewres
build app x11perf
@@ -1110,6 +1125,7 @@ build_all_modules() {
build app xclipboard
build app xclock
build app xcmsdb
+ build app xcompmgr
build app xconsole
build app xcursorgen
build app xdbedizzy
@@ -1122,10 +1138,12 @@ build_all_modules() {
build app xeyes
build app xf86dga
build app xfd
+ build app xfindproxy
build app xfontsel
build app xfs
build app xfsinfo
build app xgamma
+ build app xfwp
build app xgc
build app xhost
build app xinit
@@ -1146,17 +1164,28 @@ build_all_modules() {
build app xmh
build app xmodmap
build app xmore
+ build app xoo
+ build app xphelloworld
+ build app xplsprinters
build app xpr
+ build app xprehashprinterlist
build app xprop
build app xrandr
build app xrdb
build app xrefresh
+ build app xresponse
+ build app xrestop
+ build app xrx
build app xscope
build app xset
build app xsetmode
+ build app xsetpointer
build app xsetroot
+ build app xshowdamage
build app xsm
build app xstdcmap
+ build app xtrap
+ build app xtsttopng
build app xvidtune
build app xvinfo
build app xwd
--
2.11.0
More information about the xorg-devel
mailing list