FLTK logo

[master] b3dfbcf - Wayland platform: improve make file for libdecor

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] b3dfbcf - Wayland platform: improve make file for libdecor "ManoloFLTK" Dec 02, 2021  
 
commit b3dfbcfb5ce0056e1195fa8c0f468c24581573d2
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Wed May 26 20:43:41 2021 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Wed Sep 29 12:14:55 2021 +0200

    Wayland platform: improve make file for libdecor

 libdecor/build/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git libdecor/build/Makefile libdecor/build/Makefile
index 1c9268a..8980b35 100755
--- libdecor/build/Makefile
+++ libdecor/build/Makefile
@@ -42,12 +42,12 @@ xdg-shell-protocol.o : xdg-shell-protocol.c
 	$(CC) $(CFLAGS) -c xdg-shell-protocol.c
 	
 #this shared lib is used by Wayland client programs and also as a plugin (for the Wayland composer ?)
-libdecor-0.1.so : libdecor.o libdecor-cairo-blur.o libdecor-cairo.o libdecor-fallback.o xdg-decoration-protocol.o \
+../../lib/libdecor-0.1.so : libdecor.o libdecor-cairo-blur.o libdecor-cairo.o libdecor-fallback.o xdg-decoration-protocol.o \
 		xdg-shell-protocol.o cursor-settings.o
 	$(CC) -shared  libdecor.o libdecor-cairo-blur.o libdecor-cairo.o libdecor-fallback.o xdg-decoration-protocol.o \
 		xdg-shell-protocol.o cursor-settings.o -o ../../lib/libdecor-0.1.so -lcairo
 
-demo : libdecor-0.1.so ../demo/demo.c  
+demo : ../../lib/libdecor-0.1.so ../demo/demo.c  
 	$(CC)  -o demo ../demo/demo.c  xdg-decoration-protocol.o xdg-shell-protocol.o -D_GNU_SOURCE -I../src -I. -L../../lib -ldecor-0.1  -lwayland-cursor -lwayland-client -lxkbcommon -lpangocairo-1.0 -ldl -ldbus-1 -Wl,-rpath,$(BUILD)
 
 clean:
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'.