summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-04-13 14:32:51 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-04-13 14:32:51 +0200
commit232a5399d78b95df65dad1b455602d7fe75f36a3 (patch)
treec297619fd02f27c798884d71f2fb6b85e8e3adb0 /src/drivers/Wayland
parentcaaa11a96f8448bd78cb270e4861f5e9ff1a6763 (diff)
Lower Pango required version from 1.22 to 1.16
Diffstat (limited to 'src/drivers/Wayland')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
index 9b26f8439..71866843f 100644
--- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
@@ -17,10 +17,6 @@
#include "Fl_Wayland_Graphics_Driver.H"
#include "Fl_Wayland_Screen_Driver.H"
#include "Fl_Wayland_Window_Driver.H"
-#include <pango/pangocairo.h>
-#if ! PANGO_VERSION_CHECK(1,22,0)
-# error "Requires Pango 1.22 or higher"
-#endif
#include <sys/mman.h>
#include <unistd.h> // for close()
#include <errno.h>