don't build libgtkui files on non-GTK+ platforms
This commit is contained in:
parent
b0469702ad
commit
d30310a2f2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
['exclude', '_gtk(_browsertest|_unittest)?\\.(h|cc)$'],
|
['exclude', '_gtk(_browsertest|_unittest)?\\.(h|cc)$'],
|
||||||
['exclude', '(^|/)gtk/'],
|
['exclude', '(^|/)gtk/'],
|
||||||
['exclude', '(^|/)gtk_[^/]*\\.(h|cc)$'],
|
['exclude', '(^|/)gtk_[^/]*\\.(h|cc)$'],
|
||||||
['exclude', '(^|/)libgtk2ui/'],
|
['exclude', '(^|/)libgtkui/'],
|
||||||
['exclude', '(^|/)x/'],
|
['exclude', '(^|/)x/'],
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue