mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
Add the Wayland platform to FLTK 1.4
This commit is contained in:
+5
-2
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Make include file for the Fast Light Tool Kit (FLTK).
|
||||
#
|
||||
# Copyright 1998-2021 by Bill Spitzak and others.
|
||||
# Copyright 1998-2022 by Bill Spitzak and others.
|
||||
#
|
||||
# This library is free software. Distribution and use rights are outlined in
|
||||
# the file "COPYING" which should have been included with this file. If this
|
||||
@@ -24,7 +24,7 @@ FL_ABI_VERSION = @FL_ABI_VERSION@
|
||||
|
||||
FLTK_VERSION = @FLTK_VERSION@
|
||||
|
||||
# FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT }
|
||||
# FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT | WAYLAND }
|
||||
|
||||
BUILD = @BUILD@
|
||||
|
||||
@@ -105,6 +105,9 @@ FLTKCAIROOPTION = @FLTKCAIROOPTION@
|
||||
LINKSHARED = @DSOLINK@ @LINKSHARED@ $(IMAGELIBS) $(CAIROLIBS)
|
||||
IMAGELIBS = -L../lib @IMAGELIBS@
|
||||
|
||||
# optional extra build step for libdecor:
|
||||
LIBDECORDIR = @LIBDECORDIR@
|
||||
|
||||
# image libraries to build...
|
||||
IMAGEDIRS = @JPEG@ @ZLIB@ @PNG@
|
||||
CAIRODIR = @CAIRODIR@
|
||||
|
||||
Reference in New Issue
Block a user