Kaydet (Commit) d2376418 authored tarafından Matúš Kukan's avatar Matúš Kukan

check harder whether to build cairo

Change-Id: Ica2b9f1535f92c1b1cbceb7ec99ea96696742568
üst adbe531e
...@@ -9425,7 +9425,10 @@ if test $_os = Darwin -o $_os = iOS -o $_os = Android -o "$enable_headless" = "y ...@@ -9425,7 +9425,10 @@ if test $_os = Darwin -o $_os = iOS -o $_os = Android -o "$enable_headless" = "y
fi fi
ENABLE_GTK="" ENABLE_GTK=""
if test "x$enable_gtk" = "xyes"; then if test "x$enable_gtk" = "xyes"; then
test_cairo=yes if test "$GUIBASE" = "unx"; then
# Used in vcl/Library_vclplug_gtk.mk
test_cairo=yes
fi
ENABLE_GTK="TRUE" ENABLE_GTK="TRUE"
R="gtk $R" R="gtk $R"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment