You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/vice/files/vice-2.4.20-xf86extensions....

16 lines
314 B

--- a/trunk/vice/src/arch/unix/x11/gnome/x11ui.c
+++ b/trunk/vice/src/arch/unix/x11/gnome/x11ui.c
@@ -102,9 +102,10 @@
#include "ui-threads.h"
#endif
-#ifdef USE_XF86_EXTENSIONS
+#if defined(USE_XF86_EXTENSIONS) || !defined(HAVE_VTE)
#include <gdk/gdkx.h>
#endif
+
#include "x11ui.h"
#ifdef DEBUG_X11UI