1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-30 23:23:15 +01:00

Makefile: allow overriding pkg-config

This commit is contained in:
Mykola Orliuk
2015-07-14 08:27:07 +03:00
parent 688ea927f8
commit e83b397494
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