donate_cpu_lib.py: Improved detection of GTK headers

This commit is contained in:
orbitcowboy 2020-10-03 19:36:32 +02:00
parent 0e32e19184
commit 5eb718f9b4
1 changed files with 1 additions and 1 deletions

View File

@ -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>'],