mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-11 05:13:30 +00:00
12 lines
362 B
Diff
12 lines
362 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -17945,7 +17945,7 @@
|
|
case $enable_vala in #(
|
|
yes) :
|
|
|
|
- VAPIGEN=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=vapigen $vapigen_pkg_name`
|
|
+ VAPIGEN=vapigen
|
|
VAPIGEN_MAKEFILE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=datadir $vapigen_pkg_name`/vala/Makefile.vapigen
|
|
if test "x" = "x"; then :
|
|
|