distribution/packages/sysutils/drm_tool/patches/001-strip-flags.patch
fewtarius 3917e2bad3
* Add support for adjusting gamma/contrast/saturation/hue - Thanks to @christianhaitian for the idea and reference implementation!
* Fix a bug that prevents the ssh key from being deployed on a dev build.
* Add drm tool package.
2023-04-01 00:20:39 +00:00

20 lines
353 B
Diff

diff --git a/Makefile b/Makefile
index 310b5dc..ceba9df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-CC=gcc
-LD=gcc
RM=rm
INSTALL=install
@@ -10,9 +8,6 @@ OBJECTS=$(SRC_PATH)/drm_tool.o
SRC_PATH=src
-CFLAGS=-Wall -D_FILE_OFFSET_BITS=64 `pkg-config --cflags libdrm`
-LDFLAGS=`pkg-config --libs libdrm`
-
.PHONY: all
all: $(OUTPUT)