nwg-bar: inherit pkgconfig

This commit is contained in:
Markus Volk 2022-01-18 11:11:58 +01:00
parent 3a7e0a365a
commit a53c0b56f8
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
SUMMARY = "Azote is a GTK+3 based frontend for swaybg." SUMMARY = "Azote is a GTK+3 based frontend for swaybg."
LICENSE = "GPL-3.0-only" LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"

View File

@ -15,7 +15,7 @@ SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.0.1" PV = "0.0.1"
SRCREV = "v${PV}" SRCREV = "v${PV}"
inherit go go-mod inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}" GO_INSTALL = "${GO_IMPORT}"