wok diff gtkperf/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 4e196db993fd
children e10edbeeabb4
line diff
     1.1 --- a/gtkperf/receipt	Thu Mar 03 17:27:09 2011 +0000
     1.2 +++ b/gtkperf/receipt	Wed Jun 05 02:41:07 2013 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure &&
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }