wok diff xorg-xf86-input-evdev/receipt @ rev 6398

Added build_depends needed for xorg-libXss to build in clean chroot. Fixed xorg-libXss-dev to have the files need to build gnome-mplayer.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 24 18:38:31 2010 +0000 (2010-09-24)
parents 5b6b81ccd958
children 249eb360cbe5
line diff
     1.1 --- a/xorg-xf86-input-evdev/receipt	Mon Apr 19 22:14:19 2010 +0200
     1.2 +++ b/xorg-xf86-input-evdev/receipt	Fri Sep 24 18:38:31 2010 +0000
     1.3 @@ -33,5 +33,7 @@
     1.4  	mkdir -p $fs/usr/lib/X11/modules/input/
     1.5      cp -a $_pkg/usr/lib/X11/modules/input/*.so \
     1.6      	$fs/usr/lib/X11/modules/input/
     1.7 +	mkdir -p $fs/etc/X11/xorg.conf.d
     1.8 +	cp -a stuff/*evdev.conf $fs/etc/X11/xorg.conf.d
     1.9  }
    1.10