mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:07:44 +00:00

Wallpaper mode and background color change options are now available. Monitor preview widget show new settings before apply. We have some missing preview features :(
10 lines
165 B
Makefile
10 lines
165 B
Makefile
OBJS = \
|
|
MonitorWidget.o \
|
|
DisplayProperties.o \
|
|
main.o \
|
|
|
|
PROGRAM = DisplayProperties
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|