Add the Wayland platform to FLTK 1.4 - continued.
This commit is contained in:
parent
d4e21963b5
commit
6216165dec
@ -1077,7 +1077,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
|
|||||||
AS_IF([test "x$x_includes" != x], [
|
AS_IF([test "x$x_includes" != x], [
|
||||||
ac_cpp="$ac_cpp -I$x_includes"
|
ac_cpp="$ac_cpp -I$x_includes"
|
||||||
])
|
])
|
||||||
])
|
|
||||||
dnl Check for OpenGL unless disabled...
|
dnl Check for OpenGL unless disabled...
|
||||||
GLLIBS=
|
GLLIBS=
|
||||||
|
|
||||||
@ -1254,6 +1254,8 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
|
|||||||
AC_CHECK_HEADER([X11/Xregion.h], [
|
AC_CHECK_HEADER([X11/Xregion.h], [
|
||||||
AC_DEFINE([HAVE_X11_XREGION_H])
|
AC_DEFINE([HAVE_X11_XREGION_H])
|
||||||
], [], [#include <X11/Xlib.h>])
|
], [], [#include <X11/Xlib.h>])
|
||||||
|
|
||||||
|
])
|
||||||
|
|
||||||
# Make symlinks since UNIX/Linux is case sensitive,
|
# Make symlinks since UNIX/Linux is case sensitive,
|
||||||
# but Cygwin in general not.
|
# but Cygwin in general not.
|
||||||
|
@ -48,6 +48,7 @@ CPPFILES_WIN = ExternalCodeEditor_WIN32.cxx
|
|||||||
CPPFILES_OSX = ExternalCodeEditor_UNIX.cxx
|
CPPFILES_OSX = ExternalCodeEditor_UNIX.cxx
|
||||||
CPPFILES_X11 = ExternalCodeEditor_UNIX.cxx
|
CPPFILES_X11 = ExternalCodeEditor_UNIX.cxx
|
||||||
CPPFILES_XFT = ExternalCodeEditor_UNIX.cxx
|
CPPFILES_XFT = ExternalCodeEditor_UNIX.cxx
|
||||||
|
CPPFILES_WAYLAND = ExternalCodeEditor_UNIX.cxx
|
||||||
|
|
||||||
CPPFILES += $(CPPFILES_$(BUILD))
|
CPPFILES += $(CPPFILES_$(BUILD))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user