mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
CMake: Define HAVE_GOBJECT when harfbuzz-gobject is built
Without this, the built library for harfbuzz-gobject is unuseful.
This commit is contained in:
parent
25c0a792e3
commit
2953a66ab6
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ if (WIN32 AND HB_HAVE_DIRECTWRITE)
|
|||
endif ()
|
||||
|
||||
if (HB_HAVE_GOBJECT)
|
||||
add_definitions(-DHAVE_GOBJECT)
|
||||
include (FindPerl)
|
||||
|
||||
# Use the hints from glib-2.0.pc to find glib-mkenums
|
||||
|
|
Loading…
Add table
Reference in a new issue