pnmixer: Use cmake [ api=2 ]

This commit is contained in:
Heiko Becker 2019-01-17 22:18:39 +01:00 committed by Julian Ospald
parent 6dd4e0f8ea
commit 69856c6391
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PNMIXER_RELEASE=$(exparam release)
PNMIXER_PV=$(exparam pv)
require github [ user='nicklan' release="${PNMIXER_RELEASE}" pv="${PNMIXER_PV}" suffix="tar.gz" ]
require cmake
require cmake [ api=2 ]
require gtk-icon-cache
SUMMARY="Simple ALSA mixer application designed to run in system tray"