diff --git a/XOrg/lib/vte/Makefile b/XOrg/lib/vte/Makefile index d10a88a49..82425d86e 100644 --- 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