Login  Register

Re: Quick Question - Answer ASAP

Posted by Sven Gothel on May 10, 2024; 10:15pm
URL: https://forum.jogamp.org/Quick-Question-Answer-ASAP-tp4043452p4043464.html

commit b91c680fb93a03720ff9fcb39cf052cfe8d40e76
Author: Sven Gothel <sgothel@jausoft.com>
Date:   Wed Dec 25 02:07:50 2019 +0100

    Bug 1156: Seperate DRM/GBM NEWT native library from main head NEWT native library
   
    DRM/GBM is enabled for Linux in general.
    Nativewindow's 'nativewindow_drm' DRM/GBM native library is already seperated.
   
    NEWT get its 'newt_drm' DRM/GBM native library.
   
    NEWT's main head native library is renamed from 'newt' -> 'newt_head'
    and is earmarked for further seperation similar to Nativewindow's.
    At least a 'newt_wayland' will probably followup when support is added.
   
    Goal is to remove DRM/GBM dependency for Linux X11 operation
    as well as removing X11 dependency for Linux DRM/GBM operation.