Browse Source

fltk-images is not needed

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.3
falkTX 5 years ago
parent
commit
bab6e78514
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 1 additions and 4 deletions
  1. +1
    -2
      meson.build
  2. +0
    -2
      src/session-manager.cpp

+ 1
- 2
meson.build View File

@@ -26,7 +26,6 @@ jackdep = dependency('jack') #and not 'libjack'
cc = meson.get_compiler('c')
fluid = find_program('fluid')
fltkdep = cc.find_library('fltk', required: true)
fltkimagesdep = cc.find_library('fltk_images', required: true)

executable('jackpatch',
'src/jackpatch.c',
@@ -36,7 +35,7 @@ executable('jackpatch',

executable('non-session-manager',
sources: ['src/session-manager.cpp', 'src/debug.cpp', 'src/Endpoint.cpp', 'src/Thread.cpp', 'src/FL/Fl_Scalepack.C'],
dependencies: [fltkimagesdep, fltkdep, liblodep, threaddep],
dependencies: [fltkdep, liblodep, threaddep],
install: true,
)



+ 0
- 2
src/session-manager.cpp View File

@@ -1307,8 +1307,6 @@ cb_main ( Fl_Widget *, void * )
int
main (int argc, char **argv )
{
fl_register_images();

Fl::lock();
Fl_Double_Window *main_window;


Loading…
Cancel
Save