Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=x11testing.git;a=commitdiff;h=9a6a4f549daabfa09f32d6ec35bdab02db2accc5
commit 9a6a4f549daabfa09f32d6ec35bdab02db2accc5 Author: James Buren <[email protected]> Date: Wed Oct 10 08:42:14 2012 -0500 xorg-server-1.13.0-1-x86_64 * rodepend on xf86-video-modesetting by default * move xf86-input-mouse and xf86-input-keyboard to rodepends for if USE_UDEV is not defined diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index 806b5fb..92d428b 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -25,7 +25,7 @@ makedepends=('randrproto>=1.3.0' 'renderproto>=0.9.3' 'fixesproto' 'damageproto> 'trapproto' 'fontsproto' 'kbproto' 'inputproto>=1.5' 'bigreqsproto' 'xcmiscproto' \ 'glproto' 'xf86driproto>=2.0.4' 'libdrm>=2.4.39' 'printproto>=1.0.4' 'mkfontdir>=1.0.4' 'mkfontscale>=1.0.6-1' \ 'fontcacheproto' 'xorg-sgml-doctools>=1.4' 'util-macros>=1.8.0' 'calibrateproto' 'libdmx>=1.0.2-3' 'libxres>=1.0.3-3' 'libxinerama>=1.0.3' 'bigreqsproto' 'font-util' 'libgl-headers-mesa') -rodepends=('libglx' 'xf86-input-mouse' 'xf86-input-keyboard' 'xf86-video-vesa') +rodepends=('libglx' 'xf86-video-modesetting' 'xf86-video-vesa') provides=('libdri') replaces=('libdri') @@ -81,6 +81,7 @@ else --disable-config-dbus \ --disable-config-hal \ --disable-config-udev" + rodepends=(${rodepends[@]} 'xf86-input-mouse' 'xf86-input-keyboard') fi subpkgs=('libglx') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
