projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5870e5
)
Adding missing include to libpixman
author
ryd
<ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Jun 2008 19:38:20 +0000
(19:38 +0000)
committer
ryd
<ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Jun 2008 19:38:20 +0000
(19:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11416
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
XOrg/lib/pixman/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/pixman/Makefile
b/XOrg/lib/pixman/Makefile
index
953275f
..
e04ea53
100644
(file)
--- a/
XOrg/lib/pixman/Makefile
+++ b/
XOrg/lib/pixman/Makefile
@@
-19,6
+19,7
@@
PKG_MD5SUM:=41804ac38025102dcc9891dfd4a3d105
include $(INCLUDE_DIR)/package.mk
EXTRA_LDFLAGS:="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
+TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/gtk-2.0/gdk
define Package/pixman
SECTION:=xorg-libs