Skip to content

Commit

Permalink
Reverted FLTK build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 15, 2024
1 parent 36e7380 commit 7e761b0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cmake/Modules/BuildFLTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ endif()


if (APPLE OR WIN32)
set( FLTK_BACKEND_WAYLAND OFF )
set( FLTK_BACKEND_X11 OFF )
set( FLTK_WAYLAND OFF )
set( FLTK_PANGO OFF )
else()
set( FLTK_BACKEND_WAYLAND ${TLRENDER_WAYLAND} )
set( FLTK_BACKEND_X11 ${TLRENDER_X11} )
set( FLTK_WAYLAND ${TLRENDER_WAYLAND} )
set( FLTK_PANGO ON )
endif()

Expand All @@ -66,8 +64,6 @@ ExternalProject_Add(
-DFLTK_BUILD_EXAMPLES=OFF
-DFLTK_BUILD_TEST=OFF
-DFLTK_BUILD_SHARED_LIBS=${FLTK_BUILD_SHARED_LIBS}
-DFLTK_BACKEND_WAYLAND=${FLTK_BACKEND_WAYLAND}
-DFLTK_BACKEND_X11=${FLTK_BACKEND_X11}
-DFLTK_USE_SYSTEM_ZLIB=0
-DFLTK_USE_SYSTEM_LIBJPEG=0
-DFLTK_USE_SYSTEM_LIBPNG=0
Expand Down

0 comments on commit 7e761b0

Please sign in to comment.