1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/setroot/imlib2.patch
2022-10-25 00:08:54 +02:00

13 lines
322 B
Diff

diff --git a/Makefile b/Makefile
index cb32cc6..950c183 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ NAME := setroot
CC := gcc
OFLAG :=
CFLAGS := -std=c99 -Wall -g -Wextra ${OFLAG}
-LIBS := -lX11 `imlib2-config --libs`
+LIBS := -lX11 `pkg-config --libs imlib2`
SRC := setroot.c