1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 04:46:35 +01:00

Makefile: allow overriding pkg-config

This commit is contained in:
Mykola Orliuk
2015-07-14 08:27:07 +03:00
committed by cnhenry
parent ea78dca756
commit 60b4d62657
6 changed files with 15 additions and 12 deletions

View File

@@ -28,3 +28,6 @@ BINDIR = $(PREFIX)/bin
DATADIR = $(PREFIX)/share/toxic
MANDIR = $(PREFIX)/share/man
APPDIR = $(PREFIX)/share/applications
# Platform tools
PKG_CONFIG = pkg-config