mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
9f21b18da3
This includes the patches in use in Debian package to fix color inversion and other minor issues. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
18 lines
343 B
Diff
18 lines
343 B
Diff
Imported from Debian 0.1.8-3
|
|
|
|
Upstream-Status: Pending
|
|
|
|
diff --git a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
|
|
index c142a7a..58fcf2e 100644
|
|
--- a/src/gtk/StockIcons.h
|
|
+++ b/src/gtk/StockIcons.h
|
|
@@ -18,7 +18,7 @@
|
|
#if !defined (__STOCK_ICONS_H__)
|
|
#define __STOCK_ICONS_H__
|
|
|
|
-#include <glib/gmacros.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|