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:
31b0e04
)
xorg-libxi: fixed LIBS and CFLAGS
author
Jose V Beneyto
<sepen@crux.nu>
Thu, 17 Dec 2009 14:27:45 +0000
(15:27 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Thu, 17 Dec 2009 14:27:45 +0000
(15:27 +0100)
xorg-libxi/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/xorg-libxi/Pkgfile
b/xorg-libxi/Pkgfile
index 297a7957a48c749dd51de01a83c336bbf30cfdab..6555748f36a77b911db88d105c48140fcc97a35f 100644
(file)
--- a/
xorg-libxi/Pkgfile
+++ b/
xorg-libxi/Pkgfile
@@
-7,13
+7,13
@@
name=xorg-libxi
version=1.3
-release=
1
+release=
2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2)
build() {
cd libXi-$version
- export X11_LIBS="-L$CLFS/usr/lib -l
pthread-stubs
"
+ export X11_LIBS="-L$CLFS/usr/lib -l
X11 -lXext
"
export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
export XI_LIBS="$X11_LIBS"
export XI_CFLAGS="$X11_CFLAGS"