mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
11 lines
246 B
Diff
11 lines
246 B
Diff
--- a/gtkdoc/config.py.in
|
|
+++ b/gtkdoc/config.py.in
|
|
@@ -3,7 +3,7 @@ version = "@VERSION@"
|
|
# tools
|
|
dblatex = '@DBLATEX@'
|
|
fop = '@FOP@'
|
|
-pkg_config = '@PKG_CONFIG@'
|
|
+pkg_config = 'pkg-config'
|
|
xsltproc = '@XSLTPROC@'
|
|
|
|
# configured directories
|