CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
xorg-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1835ce7
)
xorg-xev: fixed XEV flags usage
author
Jose V Beneyto
<sepen@crux.nu>
Wed, 20 Jan 2010 07:28:15 +0000
(08:28 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Wed, 20 Jan 2010 07:28:15 +0000
(08:28 +0100)
xorg-xev/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/xorg-xev/Pkgfile
b/xorg-xev/Pkgfile
index 562af5a006d9929161234ab35e0e26fd223275a2..fb097c2797f436b8cd6dc673279dac6a19d3a863 100644
(file)
--- a/
xorg-xev/Pkgfile
+++ b/
xorg-xev/Pkgfile
@@
-6,12
+6,15
@@
name=xorg-xev
version=1.0.4
-release=
1
+release=
2
source=(http://xorg.freedesktop.org/releases/individual/app/xev-$version.tar.bz2)
build() {
cd xev-$version
+ export XEV_LIBS="-L$CLFS/usr/lib -lX11"
+ export XEV_CFLAGS="-I$CLFS/usr/include"
+
./configure --build=$CHOST \
--host=$CTARGET \
--prefix=/usr \