mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
WindowServer: Stop linking with LibAudio
This is no longer necessary, since the audio applet has been moved to its own process.
This commit is contained in:
parent
e1940f365b
commit
29e2ad47fd
Notes:
sideshowbarker
2024-07-19 10:50:27 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/29e2ad47fd4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ WindowClientEndpoint.h: WindowClient.ipc
|
|||
@echo "IPC $<"; $(IPCCOMPILER) $< > $@
|
||||
|
||||
$(APP): $(OBJS)
|
||||
$(LD) -o $(APP) $(LDFLAGS) $(OBJS) -lc -ldraw -lcore -lthread -lpthread -laudio -lipc
|
||||
$(LD) -o $(APP) $(LDFLAGS) $(OBJS) -lc -ldraw -lcore -lthread -lpthread -lipc
|
||||
|
||||
.cpp.o:
|
||||
@echo "CXX $<"; $(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
|
|
Loading…
Add table
Reference in a new issue