CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86-video-imx: updated and changed version to start with snapshots instead...
authorVictor Martinez <pitillo@ono.com>
Wed, 9 Nov 2011 09:37:25 +0000 (10:37 +0100)
committerVictor Martinez <pitillo@ono.com>
Wed, 9 Nov 2011 09:37:25 +0000 (10:37 +0100)
xorg-xf86-video-imx/.footprint
xorg-xf86-video-imx/.md5sum
xorg-xf86-video-imx/Pkgfile

index 08749264c9259e10651bd87ab76b36924cf9e908..a758efcc4e8b3f7feb0ae54247ac69d4153460ad 100644 (file)
@@ -9,6 +9,3 @@ drwxr-xr-x      root/root       usr/lib/xorg/modules/
 drwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/
 -rwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/imx_drv.la
 -rwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/imx_drv.so
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man4/
--rw-r--r--     root/root       usr/man/man4/imx.4.gz
index 06025bb6b840dfdf22424955c7696d382ddfc2a9..d023d07166966002da7278742ff808d5696e7377 100644 (file)
@@ -1 +1 @@
-e1e7aaad012b0055d2652ed609bd466a  xorg-xf86-video-imx-10.11.01.tar.bz2
+349b0911a0e47e74f64fe9fcec62809e  xorg-xf86-video-imx-20111109.tar.bz2
index 338d943da18efb4db8cf31b898bd41c6a8e2ab28..e91f64772f3859400d5ed58f87a39acecf90956e 100644 (file)
@@ -6,14 +6,15 @@
 # Depends on: xorg-util-macros libz160 amd-gpu-x11-bin-mx51 imx-lib
 
 name=xorg-xf86-video-imx
-version=10.11.01
+version=20111109
 release=1
 source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.bz2)
 
 build() {
-  cd xf86-video-imx
+  export CFLAGS="$CFLAGS -I/usr/src/linux-`uname -r`/include"
+  cd $name-$version
   chmod u+x autogen.sh
-  ./autogen.sh --prefix=/usr --disable-nls --mandir=/usr/man
+  ./autogen.sh --prefix=/usr 
   make
   make install DESTDIR=$PKG
 }