Commit 6a898d398a7c027aaae21c70163511438a883884
1 parent
ff29b2fd
Exists in
master
and in
5 other branches
Cross-compiler estava detectando a versão gtk do "host" e não do "target"
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -336,7 +336,7 @@ PKG_CHECK_MODULES( [GTK], [gtk+-3.0 gmodule-2.0], [ GTK_VERSION="3.0" ], [ PKG_C |
336 | 336 | AC_SUBST(GTK_LIBS) |
337 | 337 | AC_SUBST(GTK_CFLAGS) |
338 | 338 | AC_SUBST(GTK_VERSION) |
339 | -AC_SUBST(GTK_MODVERSION,`pkg-config --modversion gtk+-$GTK_VERSION`) | |
339 | +AC_SUBST(GTK_MODVERSION,`$PKG_CONFIG --modversion gtk+-$GTK_VERSION`) | |
340 | 340 | |
341 | 341 | #--[ GLIB check ]--------------------------------------------------------------------------------------------------------------------------------------------- |
342 | 342 | ... | ... |