projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908584d
)
fix configure options error.
author
Lars-Peter Clausen
<lars@metafoo.de>
Sat, 13 Sep 2008 17:37:28 +0000
(17:37 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Sat, 13 Sep 2008 17:37:28 +0000
(17:37 +0000)
SVN-Revision: 12600
XOrg/lib/vte/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/vte/Makefile
b/XOrg/lib/vte/Makefile
index d10a88a4932f0905a49d3de6e93cbdfc37fcbe17..82425d86e707ab98d9ecf2e849ad5f3aabb1a451 100644
(file)
--- a/
XOrg/lib/vte/Makefile
+++ b/
XOrg/lib/vte/Makefile
@@
-59,7
+59,7
@@
endef
define Build/Configure
$(call Build/Configure/Default, \
--without-xft2 \
- $(if
PKG_CONFIG_python-vte
,--enable-python,--disable-python) \
+ $(if
$(CONFIG_PACKAGE_python-vte)
,--enable-python,--disable-python) \
)
endef