mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 11:11:01 +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
|