FLTK logo

[master] 4a9205f - Remove commit 4a31d49 that breaks X11 build

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 4a9205f - Remove commit 4a31d49 that breaks X11 build "ManoloFLTK" 11:02 May 02  
 
commit 4a9205f2826fe3e804a02c6f382d3cdf15e90da5
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Thu May 2 19:54:58 2024 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Thu May 2 19:54:58 2024 +0200

    Remove commit 4a31d49 that breaks X11 build

 CMake/resources.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git CMake/resources.cmake CMake/resources.cmake
index ce5ef78..e5d6f8c 100644
--- CMake/resources.cmake
+++ CMake/resources.cmake
@@ -137,9 +137,9 @@ endif(NOT HAVE_DIRENT_H)
 find_path(FREETYPE_PATH freetype.h PATH_SUFFIXES freetype2)
 find_path(FREETYPE_PATH freetype/freetype.h PATH_SUFFIXES freetype2)
 
-if(FREETYPE_PATH AND FLTK_BACKEND_X11)
+if(FREETYPE_PATH)
   list(APPEND FLTK_BUILD_INCLUDE_DIRECTORIES ${FREETYPE_PATH})
-endif(FREETYPE_PATH AND FLTK_BACKEND_X11)
+endif(FREETYPE_PATH)
 
 mark_as_advanced(FREETYPE_PATH)
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.