donate_cpu_lib.py: Improved detection of GTK headers
This commit is contained in:
parent
0e32e19184
commit
5eb718f9b4
|
@ -458,7 +458,7 @@ def get_libraries():
|
|||
'cppunit': ['<cppunit/'],
|
||||
'icu': ['<unicode/', '"unicode/'],
|
||||
'googletest': ['<gtest/gtest.h>'],
|
||||
'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/', '<gnome.h>'],
|
||||
'gtk': ['<gtk', '<glib.h>', '<glib-', '<glib/', '<gnome'],
|
||||
'kde': ['<KGlobal>', '<KApplication>', '<KDE/'],
|
||||
'libcerror': ['<libcerror.h>'],
|
||||
'libcurl': ['<curl/curl.h>'],
|
||||
|
|
Loading…
Reference in New Issue