mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
deps: * add pkg from x11-libs/ to prevent auto-rdep could be an useflag per pkg but forced here, as xcursor and xrandr * fontconfig is required by xft option (truetype useflag) * rm libpng as support is now built-in patches instead of sed Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/40761 Signed-off-by: Sam James <sam@gentoo.org>
17 lines
319 B
Diff
17 lines
319 B
Diff
fix from snapshot
|
||
prevent:
|
||
> /usr/include/fox-1.7/FXObject.h:54:28: error: ‘FXSelector’ in namespace ‘FX’ does not name a type
|
||
|
||
--- a/include/FXObject.h
|
||
+++ b/include/FXObject.h
|
||
@@ -25,6 +25,10 @@
|
||
#include "FXCallback.h"
|
||
#endif
|
||
|
||
+#ifndef FXMETACLASS_H
|
||
+#include "FXMetaClass.h"
|
||
+#endif
|
||
+
|
||
namespace FX {
|
||
|
||
|