FLTK logo

[master] 7e12981 - To support difference in struct libdecor between built-in and system

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] 7e12981 - To support difference in struct libdecor between built-in and system "ManoloFLTK" 11:02 Mar 13  
 
commit 7e12981abd755a4411986ba341f66ede987c7636
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Wed Mar 13 18:53:48 2024 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Wed Mar 13 18:53:48 2024 +0100

    To support difference in struct libdecor between built-in and system
    
    That should disappear when next version of libdecor will be released.

 CMake/options.cmake | 4 ++++
 1 file changed, 4 insertions(+)

diff --git CMake/options.cmake CMake/options.cmake
index 3a80aed..3f73696 100644
--- CMake/options.cmake
+++ CMake/options.cmake
@@ -355,6 +355,10 @@ if(UNIX)
       set(FLTK_USE_LIBDECOR_GTK ON)
     else()
       option(FLTK_USE_LIBDECOR_GTK "Allow to use libdecor's GTK plugin" ON)
+      # Temporarily, while built-in and system struct libdecor differ.
+      # Later, the version of the system libdecor will be required to have same
+      # struct libdecor as the built-in libdecor.
+      set(CMAKE_ENABLE_EXPORTS 1)
     endif(USE_SYSTEM_LIBDECOR)
 
     if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "FreeBSD")
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'.