mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
quartz-image: Pass -framework ApplicationServices in the linker flags
The quartz image backend is using functions from the ApplicationServices framework and I was getting linker errors if I didn't use this option. I'm not sure how anyone managed to build it before without this. https://bugzilla.gnome.org/show_bug.cgi?id=696730 Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 54d9139a929560d6703428371b38b83e7d965f45)
This commit is contained in:
parent
a1952a25ad
commit
3ba03feb7d
@ -474,6 +474,7 @@ AS_IF(
|
|||||||
EXPERIMENTAL_OPTIONS="$EXPERIMENTAL_OPTIONS Quartz Core Graphics,"
|
EXPERIMENTAL_OPTIONS="$EXPERIMENTAL_OPTIONS Quartz Core Graphics,"
|
||||||
AC_DEFINE([USE_QUARTZ], 1,
|
AC_DEFINE([USE_QUARTZ], 1,
|
||||||
[Use Core Graphics (Quartz) for loading image data])
|
[Use Core Graphics (Quartz) for loading image data])
|
||||||
|
COGL_EXTRA_LDFLAGS="$COGL_EXTRA_LDFLAGS -framework ApplicationServices"
|
||||||
COGL_IMAGE_BACKEND="quartz"
|
COGL_IMAGE_BACKEND="quartz"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user