mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
x11-terms/yeahconsole: fix PKG_CONFIG default value
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
-$(TARGET): $(OBJECTS)
|
||||
- $(CC) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $<
|
||||
- strip $@
|
||||
+PKG_CONFIG ?= lol
|
||||
+PKG_CONFIG ?= pkg-config
|
||||
+CFLAGS += -Wall
|
||||
+CPPFLAGS += $(shell $(PKG_CONFIG) --cflags x11)
|
||||
+LDLIBS += $(shell $(PKG_CONFIG) --libs x11)
|
||||
|
||||
Reference in New Issue
Block a user