From patchwork Thu Nov 22 00:30:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 200922 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 2A3D82C0080 for ; Thu, 22 Nov 2012 11:30:36 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A24ADA034D; Thu, 22 Nov 2012 00:30:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T3Vt93sqcBnc; Thu, 22 Nov 2012 00:30:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D3864A01E1; Thu, 22 Nov 2012 00:30:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 67C988F74A for ; Thu, 22 Nov 2012 00:30:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 34F488A349 for ; Thu, 22 Nov 2012 00:30:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yhDOZeUmkIbl for ; Thu, 22 Nov 2012 00:30:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 228D781BA4 for ; Thu, 22 Nov 2012 00:30:22 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so581522wey.16 for ; Wed, 21 Nov 2012 16:30:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=4RPnLuv/dhrgKib6F1brPre1vuhCif8o2Twx5DTlu6s=; b=Pqd1rqdEEKC1LC2ZYdLtyuLqgdNrHe+wNCn8WrusJGDc0Tcx6nMA7wX85otu5Txz8Y ee+ypq0+ritFPXh19+w4T3kscbYOtsO89WqkN70xfFRYgHaGhMPW9fy8xm7iwDxm5DQ3 YG4CgLxz9kxdZxdMkQxGUt7dd77AIspRvIPwE92vo8R+b6o08BsRPVmy4KUzBUx1+vAk Hx6LIJuJq1xc4s7tl0AFPnl0MaBdC1Tumi3yR15DLWYaQawaU6d+EUVEPl/QSt+0cV1N ERhdl02HOcSfL+cPBH2NWgEAZ5oZm2qUTQLYuV0BSfh+5t06ZEba527SufVExqaIhRCc vXRA== Received: by 10.180.24.193 with SMTP id w1mr1756119wif.22.1353544222097; Wed, 21 Nov 2012 16:30:22 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id eu8sm1696268wib.1.2012.11.21.16.30.20 (version=SSLv3 cipher=OTHER); Wed, 21 Nov 2012 16:30:21 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Thu, 22 Nov 2012 01:30:11 +0100 Message-Id: <1353544211-9308-2-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1353544211-9308-1-git-send-email-s.martin49@gmail.com> References: <1353544211-9308-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 2/2] manual: autogenerate *-list.txt X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net * remove autogenerated package-list.txt (formerly named pkg-list.txt) and derecated-list.txt * do not keep these files under git tracking Signed-off-by: Samuel Martin --- I wonder whether the deprecated-list.txt file should be kept under scm; here I've just removed it and auto-generate it whenever the manual is built. It works well because the python script does not miss anything... so far. However, at the end, manual checking is still recommended. OTOH, keeping the deprecated-list.txt file under scm allows us to enforce synchronization between marking something as deprecated and the update of this list. --- .gitignore | 2 + docs/manual/appendix.txt | 13 +- docs/manual/deprecated-list.txt | 46 --- docs/manual/manual.mk | 3 +- docs/manual/pkg-list.txt | 870 ---------------------------------------- 5 files changed, 7 insertions(+), 927 deletions(-) delete mode 100644 docs/manual/deprecated-list.txt delete mode 100644 docs/manual/pkg-list.txt diff --git a/.gitignore b/.gitignore index 685a9c2..eb3d3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ *.orig *.rej *~ +/docs/manual/package-list.txt +/docs/manual/deprecated-list.txt diff --git a/docs/manual/appendix.txt b/docs/manual/appendix.txt index 6f1e9f3..4524073 100644 --- a/docs/manual/appendix.txt +++ b/docs/manual/appendix.txt @@ -5,15 +5,8 @@ Appendix include::makedev-syntax.txt[] -[[package-list]] -Available packages ------------------- -// docs/manaual/pkg-list.txt is generated using the following command: -// $ git grep -E '\((autotools|cmake|generic)-package\)' package/ | \ -// cut -d':' -f1 | grep '\.mk$' | \ -// sed -e 's;.*\?/\(.*\?\).mk;* \1;' | \ -// sort > docs/manual/pkg-list.txt - -include::pkg-list.txt[] +// autogenerated +include::package-list.txt[] +// autogenerated include::deprecated-list.txt[] diff --git a/docs/manual/deprecated-list.txt b/docs/manual/deprecated-list.txt deleted file mode 100644 index 6dc87a4..0000000 --- a/docs/manual/deprecated-list.txt +++ /dev/null @@ -1,46 +0,0 @@ -// -*- mode:doc -*- ; - -[[deprecated]] -Deprecated list ---------------- - -The following stuff are marked as _deprecated_ in Buildroot due to -their status either too old or unmaintained. - -// list generated using the followings command: -// $ git grep -EB4 'depends on BR2_DEPRECATED' -// and -// $ git grep -EB4 'depends on BR2_DEPRECATED' | \ -// grep -Eo '(:|-).*?(config|comment) BR2_.*' -// -// Need manual checks and sorting. - -* Packages: - -** +busybox+ 1.18.x -** +customize+ -** +lzma+ -** +microperl+ -** +netkitbase+ -** +netkittelnet+ -** +pkg-config+ -** +squashfs3+ -** +ttcp+ - -* Toolchain: - -** +gdb+ 6.8 -** +gdb+ 7.0.1 -** +gdb+ 7.1 -** +kernel headers+ 2.6.37 -** +kernel headers+ 2.6.38 -** +kernel headers+ 2.6.39 - -* Bootloaders: - -** +u-boot+ 2011-06 -** +u-boot+ 2011-09 - -* Output images: - -** squashfs3 image diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index 1daddb7..f65f74d 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -17,7 +17,8 @@ $(1): $(1)-$(3) .PHONY: $(1)-$(3) $(1)-$(3): $$(O)/docs/$(1)/$(1).$(4) -$$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt $$($(call UPPERCASE,$(1))_SOURCES) +$$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt generate-doc-lists \ + $$($(call UPPERCASE,$(1))_SOURCES) @$(call MESSAGE,"Generating $(5) $(1)...") $(Q)mkdir -p $$(@D) $(Q)a2x $(6) -f $(2) -d book -L -r $(TOPDIR)/docs/images \ diff --git a/docs/manual/pkg-list.txt b/docs/manual/pkg-list.txt deleted file mode 100644 index 5d9b54f..0000000 --- a/docs/manual/pkg-list.txt +++ /dev/null @@ -1,870 +0,0 @@ -* acl -* acpid -* alsa-lib -* alsamixergui -* alsa-utils -* apr -* apr-util -* argp-standalone -* argus -* arptables -* at -* atk -* attr -* audiofile -* aumix -* autoconf -* automake -* avahi -* axel -* bash -* beecrypt -* bellagio -* berkeleydb -* bind -* binutils -* bison -* blackbox -* bluez_utils -* bmon -* boa -* bonnie -* boost -* bootutils -* bridge-utils -* bsdiff -* busybox -* bwm-ng -* bzip2 -* cairo -* can-utils -* ccache -* ccid -* cdrkit -* cgilua -* cifs-utils -* cjson -* cloop -* cmake -* collectd -* connman -* conntrack-tools -* copas -* coreutils -* coxpcall -* cpanminus -* cpuload -* cramfs -* ctorrent -* cups -* cvs -* dash -* dbus -* dbus-glib -* dbus-python -* devmem2 -* dhcp -* dhcpdump -* dhrystone -* dialog -* diffutils -* directfb -* directfb-examples -* distcc -* divine -* dmalloc -* dmidecode -* dmraid -* dnsmasq -* docker -* doom-wad -* dosfstools -* dropbear -* dsp-tools -* dstat -* e2fsprogs -* ebtables -* ed -* eeprog -* empty -* enchant -* erlang -* ethtool -* evtest -* expat -* expedite -* explorercanvas -* ezxml -* faad2 -* fbdump -* fbgrab -* fbset -* fbterm -* fb-test-app -* fbv -* fconfig -* feh -* ffmpeg -* fftw -* file -* findutils -* fis -* flac -* flashrom -* flex -* flot -* fltk -* fluxbox -* fmtools -* fontconfig -* freerdp -* freetype -* fxload -* gadgetfs-test -* gamin -* gawk -* gdbm -* gdisk -* gdk-pixbuf -* genext2fs -* genromfs -* gettext -* giblib -* glib-networking -* gmp -* gmpc -* gnuchess -* gnupg -* gnutls -* gob2 -* googlefontdirectory -* gperf -* gpsd -* gqview -* grantlee -* grep -* gsl -* gst-dsp -* gst-ffmpeg -* gst-omapfb -* gst-plugins-bad -* gst-plugins-base -* gst-plugins-good -* gst-plugins-ugly -* gstreamer -* gtk2-engines -* gtk2-theme-hicolor -* gtkperf -* gvfs -* gzip -* haserl -* hdparm -* heirloom-mailx -* hiawatha -* hostapd -* htop -* hwdata -* i2c-tools -* icu -* ifplugd -* igh-ethercat -* imagemagick -* imlib2 -* inadyn -* inotify-tools -* input-event-daemon -* input-tools -* intltool -* iostat -* iperf -* ipkg -* iproute2 -* ipsec-tools -* ipset -* iptables -* irda-utils -* iw -* jpeg -* jquery -* jquery-sparkline -* jquery-validation -* jsmin -* json-c -* kbd -* kexec -* kismet -* kmod -* lame -* latencytop -* lcdapi -* lcdproc -* leafpad -* less -* libaio -* libao -* libarchive -* libargtable2 -* libart -* libatomic_ops -* libcap -* libcap-ng -* libcdaudio -* libcgi -* libcgicc -* libconfig -* libconfuse -* libcue -* libcuefile -* libcurl -* libdaemon -* libdmtx -* libdnet -* libdrm -* libdvdnav -* libdvdread -* libecore -* libedbus -* libedje -* libeet -* libefreet -* libeina -* libelementary -* libelf -* libembryo -* liberation -* libesmtp -* libethumb -* libev -* libevas -* libevent -* libexif -* libeXosip2 -* libfcgi -* libffi -* libfreefare -* libftdi -* libfuse -* libgail -* libgcrypt -* libgeotiff -* libglade -* libglib2 -* libgpg-error -* libgtk2 -* libhid -* libical -* libiconv -* libid3tag -* libidn -* libiqrf -* liblo -* liblockfile -* liblog4c-localtime -* libmad -* libmbus -* libmicrohttpd -* libmms -* libmnl -* libmodbus -* libmpd -* libmpeg2 -* libnetfilter-acct -* libnetfilter-conntrack -* libnetfilter-cthelper -* libnetfilter-cttimeout -* libnetfilter-log -* libnetfilter-queue -* libnfc -* libnfc-llcp -* libnfnetlink -* libnl -* libnspr -* libnss -* liboauth -* libogg -* liboping -* libosip2 -* libpcap -* libplayer -* libpng -* libraw -* libraw1394 -* libreplaygain -* libroxml -* librsvg -* librsync -* libsamplerate -* libsexy -* libsigc -* libsndfile -* libsoup -* libsvgtiny -* libsysfs -* libtheora -* libtirpc -* libtool -* libtorrent -* libtpl -* libungif -* libupnp -* liburcu -* libusb -* libusb-compat -* libv4l -* libvncserver -* libvorbis -* libxcb -* libxml2 -* libxml-parser-perl -* libxslt -* libyaml -* lighttpd -* links -* linphone -* linux-firmware -* linux-fusion -* linux-pam -* lite -* live555 -* lmbench -* lm-sensors -* lockfile-progs -* logrotate -* logsurfer -* lrzsz -* lshw -* lsof -* lsuio -* ltp-testsuite -* ltrace -* lttng-babeltrace -* lttng-libust -* lttng-modules -* lttng-tools -* lua -* luacjson -* luaexpat -* luafilesystem -* luajit -* luasocket -* lvm2 -* lzma -* lzo -* lzop -* m4 -* macchanger -* madplay -* make -* makedevs -* matchbox-common -* matchbox-desktop -* matchbox-fakekey -* matchbox-keyboard -* matchbox-lib -* matchbox-panel -* matchbox-startup-monitor -* matchbox-wm -* mcookie -* mdadm -* mediastreamer -* memstat -* memtester -* mesa3d -* metacity -* microperl -* midori -* mii-diag -* minicom -* mobile_broadband_provider_info -* module-init-tools -* monit -* mpc -* mpd -* mpfr -* mpg123 -* mplayer -* mrouted -* msmtp -* mtd -* mtdev -* mtdev2tuio -* musepack -* mutt -* mxml -* mysql_client -* nano -* nanocom -* nasm -* nbd -* ncftp -* ncurses -* ndisc6 -* neon -* netatalk -* netcat -* netkitbase -* netkittelnet -* netperf -* netplug -* netsnmp -* netstat-nat -* network-manager -* newt -* nfacct -* nfs-utils -* ngircd -* ngrep -* noip -* nss-mdns -* ntfs-3g -* ntp -* nuttcp -* ocf-linux -* ofono -* olsr -* open2300 -* opencv -* openntpd -* openocd -* openssh -* openssl -* openswan -* openvpn -* opkg -* oprofile -* opus -* opus-tools -* orc -* ortp -* owl-linux -* pango -* parted -* patch -* pciutils -* pcmanfm -* pcre -* pcsc-lite -* perl -* php -* picocom -* pixman -* pkgconf -* pkg-config -* poco -* polarssl -* popt -* portaudio -* portmap -* pppd -* pptp-linux -* prboom -* procps -* proftpd -* protobuf -* psmisc -* pthread-stubs -* pulseaudio -* pv -* python -* python3 -* python-dpkt -* python-id3 -* python-mad -* python-meld3 -* python-netifaces -* python-nfc -* python-protobuf -* python-pygame -* python-serial -* python-setuptools -* qextserialport -* qt -* qtuio -* quagga -* quota -* radvd -* ramspeed -* rdesktop -* read-edid -* readline -* rings -* rng-tools -* rpcbind -* rpm -* rp-pppoe -* rrdtool -* rsh-redone -* rsync -* rsyslog -* rtai -* rtorrent -* rt-tests -* rubix -* ruby -* samba -* sane-backends -* sawman -* schifra -* sconeserver -* screen -* sdl -* sdl_gfx -* sdl_image -* sdl_mixer -* sdl_net -* sdl_sound -* sdl_ttf -* sdparm -* sed -* ser2net -* setserial -* shared-mime-info -* slang -* smartmontools -* socat -* socketcand -* sound-theme-borealis -* sound-theme-freedesktop -* spawn-fcgi -* speex -* sqlcipher -* sqlite -* squashfs -* squashfs3 -* squid -* sredird -* sshfs -* sstrip -* startup-notification -* statserial -* strace -* stress -* stunnel -* sudo -* supervisor -* sylpheed -* synergy -* sysklogd -* sysprof -* sysstat -* systemd -* sysvinit -* taglib -* tar -* tcl -* tcpdump -* tcpreplay -* tftpd -* thttpd -* tidsp-binaries -* tiff -* time -* tinyhttpd -* ti-utils -* tn5250 -* torsmo -* transmission -* tremor -* tslib -* ttcp -* uboot-tools -* udev -* udpcast -* uemacs -* ulogd -* unionfs -* usb_modeswitch -* usb_modeswitch_data -* usbmount -* usbutils -* ushare -* util-linux -* vala -* valgrind -* vim -* vorbis-tools -* vpnc -* vsftpd -* vtun -* wavpack -* webkit -* webrtc-audio-processing -* wget -* whetstone -* which -* wipe -* wireless_tools -* wpa_supplicant -* wsapi -* x11vnc -* xapp_appres -* xapp_bdftopcf -* xapp_beforelight -* xapp_bitmap -* xapp_editres -* xapp_fonttosfnt -* xapp_fslsfonts -* xapp_fstobdf -* xapp_iceauth -* xapp_ico -* xapp_listres -* xapp_luit -* xapp_mkfontdir -* xapp_mkfontscale -* xapp_oclock -* xapp_rgb -* xapp_rstart -* xapp_scripts -* xapp_sessreg -* xapp_setxkbmap -* xapp_showfont -* xapp_smproxy -* xapp_twm -* xapp_viewres -* xapp_x11perf -* xapp_xauth -* xapp_xbacklight -* xapp_xbiff -* xapp_xcalc -* xapp_xclipboard -* xapp_xclock -* xapp_xcmsdb -* xapp_xcursorgen -* xapp_xdbedizzy -* xapp_xditview -* xapp_xdm -* xapp_xdpyinfo -* xapp_xdriinfo -* xapp_xedit -* xapp_xev -* xapp_xeyes -* xapp_xf86dga -* xapp_xfd -* xapp_xfontsel -* xapp_xfs -* xapp_xfsinfo -* xapp_xgamma -* xapp_xgc -* xapp_xhost -* xapp_xinit -* xapp_xinput -* xapp_xinput-calibrator -* xapp_xkbcomp -* xapp_xkbevd -* xapp_xkbprint -* xapp_xkbutils -* xapp_xkill -* xapp_xload -* xapp_xlogo -* xapp_xlsatoms -* xapp_xlsclients -* xapp_xlsfonts -* xapp_xmag -* xapp_xman -* xapp_xmessage -* xapp_xmh -* xapp_xmodmap -* xapp_xmore -* xapp_xplsprinters -* xapp_xpr -* xapp_xprehashprinterlist -* xapp_xprop -* xapp_xrandr -* xapp_xrdb -* xapp_xrefresh -* xapp_xset -* xapp_xsetmode -* xapp_xsetpointer -* xapp_xsetroot -* xapp_xsm -* xapp_xstdcmap -* xapp_xvidtune -* xapp_xvinfo -* xapp_xwd -* xapp_xwininfo -* xapp_xwud -* xavante -* xcb-proto -* xcb-util -* xdata_xbitmaps -* xdata_xcursor-themes -* xdriver_xf86-input-acecad -* xdriver_xf86-input-aiptek -* xdriver_xf86-input-evdev -* xdriver_xf86-input-joystick -* xdriver_xf86-input-keyboard -* xdriver_xf86-input-mouse -* xdriver_xf86-input-synaptics -* xdriver_xf86-input-tslib -* xdriver_xf86-input-vmmouse -* xdriver_xf86-input-void -* xdriver_xf86-video-apm -* xdriver_xf86-video-ark -* xdriver_xf86-video-ast -* xdriver_xf86-video-ati -* xdriver_xf86-video-chips -* xdriver_xf86-video-cirrus -* xdriver_xf86-video-dummy -* xdriver_xf86-video-fbdev -* xdriver_xf86-video-geode -* xdriver_xf86-video-glide -* xdriver_xf86-video-glint -* xdriver_xf86-video-i128 -* xdriver_xf86-video-i740 -* xdriver_xf86-video-intel -* xdriver_xf86-video-mach64 -* xdriver_xf86-video-mga -* xdriver_xf86-video-neomagic -* xdriver_xf86-video-newport -* xdriver_xf86-video-nv -* xdriver_xf86-video-openchrome -* xdriver_xf86-video-r128 -* xdriver_xf86-video-rendition -* xdriver_xf86-video-s3 -* xdriver_xf86-video-s3virge -* xdriver_xf86-video-savage -* xdriver_xf86-video-siliconmotion -* xdriver_xf86-video-sis -* xdriver_xf86-video-sisusb -* xdriver_xf86-video-suncg14 -* xdriver_xf86-video-suncg3 -* xdriver_xf86-video-suncg6 -* xdriver_xf86-video-sunffb -* xdriver_xf86-video-sunleo -* xdriver_xf86-video-suntcx -* xdriver_xf86-video-tdfx -* xdriver_xf86-video-tga -* xdriver_xf86-video-trident -* xdriver_xf86-video-tseng -* xdriver_xf86-video-v4l -* xdriver_xf86-video-vesa -* xdriver_xf86-video-vmware -* xdriver_xf86-video-voodoo -* xdriver_xf86-video-wsfb -* xdriver_xf86-video-xgi -* xdriver_xf86-video-xgixp -* xenomai -* xerces -* xfont_encodings -* xfont_font-adobe-100dpi -* xfont_font-adobe-75dpi -* xfont_font-adobe-utopia-100dpi -* xfont_font-adobe-utopia-75dpi -* xfont_font-adobe-utopia-type1 -* xfont_font-alias -* xfont_font-arabic-misc -* xfont_font-bh-100dpi -* xfont_font-bh-75dpi -* xfont_font-bh-lucidatypewriter-100dpi -* xfont_font-bh-lucidatypewriter-75dpi -* xfont_font-bh-ttf -* xfont_font-bh-type1 -* xfont_font-bitstream-100dpi -* xfont_font-bitstream-75dpi -* xfont_font-bitstream-speedo -* xfont_font-bitstream-type1 -* xfont_font-cronyx-cyrillic -* xfont_font-cursor-misc -* xfont_font-daewoo-misc -* xfont_font-dec-misc -* xfont_font-ibm-type1 -* xfont_font-isas-misc -* xfont_font-jis-misc -* xfont_font-micro-misc -* xfont_font-misc-cyrillic -* xfont_font-misc-ethiopic -* xfont_font-misc-meltho -* xfont_font-misc-misc -* xfont_font-mutt-misc -* xfont_font-schumacher-misc -* xfont_font-screen-cyrillic -* xfont_font-sony-misc -* xfont_font-sun-misc -* xfont_font-util -* xfont_font-winitzki-cyrillic -* xfont_font-xfree86-type1 -* xfsprogs -* xinetd -* xkeyboard-config -* xl2tp -* xlib_libdmx -* xlib_libfontenc -* xlib_libFS -* xlib_libICE -* xlib_liboldX -* xlib_libpciaccess -* xlib_libSM -* xlib_libX11 -* xlib_libXau -* xlib_libXaw -* xlib_libXcomposite -* xlib_libXcursor -* xlib_libXdamage -* xlib_libXdmcp -* xlib_libXext -* xlib_libXfixes -* xlib_libXfont -* xlib_libXfontcache -* xlib_libXft -* xlib_libXi -* xlib_libXinerama -* xlib_libxkbfile -* xlib_libxkbui -* xlib_libXmu -* xlib_libXp -* xlib_libXpm -* xlib_libXprintAppUtil -* xlib_libXprintUtil -* xlib_libXrandr -* xlib_libXrender -* xlib_libXres -* xlib_libXScrnSaver -* xlib_libXt -* xlib_libXtst -* xlib_libXv -* xlib_libXvMC -* xlib_libXxf86dga -* xlib_libXxf86vm -* xlib_xtrans -* xmlstarlet -* xproto_applewmproto -* xproto_bigreqsproto -* xproto_compositeproto -* xproto_damageproto -* xproto_dmxproto -* xproto_dri2proto -* xproto_fixesproto -* xproto_fontcacheproto -* xproto_fontsproto -* xproto_glproto -* xproto_inputproto -* xproto_kbproto -* xproto_printproto -* xproto_randrproto -* xproto_recordproto -* xproto_renderproto -* xproto_resourceproto -* xproto_scrnsaverproto -* xproto_videoproto -* xproto_windowswmproto -* xproto_xcmiscproto -* xproto_xextproto -* xproto_xf86bigfontproto -* xproto_xf86dgaproto -* xproto_xf86driproto -* xproto_xf86rushproto -* xproto_xf86vidmodeproto -* xproto_xineramaproto -* xproto_xproto -* xserver_xorg-server -* xstroke -* xterm -* xutil_makedepend -* xutil_util-macros -* xvkbd -* xz -* yajl -* yasm -* zeromq -* zlib -* zxing