Skip to content

Commit

Permalink
Removed explicit request of X11 to use system defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
KaruroChori authored Dec 1, 2024
1 parent ff1c5f1 commit 9d4d887
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ opt_fltk.add_cmake_defines(
'FLTK_BUILD_TEST': false,
'FLTK_BUILD_OPTIONS': false,
'FLTK_BUILD_SHARED_LIBS': true,
'FLTK_BACKEND_X11': true,
'CMAKE_POSITION_INDEPENDENT_CODE': true,
},
)
Expand Down Expand Up @@ -308,4 +307,4 @@ pconf.generate(
vs_fltk,
description: 'VS fltk library (C interface only)',
url: 'https://github.com/KaruroChori/vs-fltk/',
)
)

0 comments on commit 9d4d887

Please sign in to comment.