FindGTK2: Search for glib-object.h instead of gobject/gobject.h

This is the topmost include file for GObject header files
This commit is contained in:
Daniele E. Domenichelli 2013-08-05 10:56:36 +02:00 committed by Brad King
parent fab6c2deb0
commit 7af8ad89af
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ foreach(_GTK2_component ${GTK2_FIND_COMPONENTS})
_GTK2_FIND_INCLUDE_DIR(GTK2_ATK atk/atk.h)
_GTK2_FIND_LIBRARY (GTK2_ATK atk false true)
_GTK2_FIND_INCLUDE_DIR(GTK2_GOBJECT gobject/gobject.h)
_GTK2_FIND_INCLUDE_DIR(GTK2_GOBJECT glib-object.h)
_GTK2_FIND_LIBRARY (GTK2_GOBJECT gobject false true)
_GTK2_FIND_INCLUDE_DIR(GTK2_GLIB glib.h)