mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk, make.mk, create-pkg-config.sh: Add requires to pkg-config creation
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
342ec62622
commit
6398de69b4
3 changed files with 22 additions and 4 deletions
|
|
@ -1736,6 +1736,7 @@ ifneq ($(filter ytools,$(PREREQ_BUILD)),)
|
|||
YTOOLS_DIR = $(TOPDIR)
|
||||
endif
|
||||
YTOOLS_VERSION = $(call version,$(YTOOLS_DIR))
|
||||
RPM_REQUIRES_DEVEL += glib-2.0
|
||||
ifneq ($(PROJECT),ytools)
|
||||
RPM_REQUIRES_RUN += $(FLAVOUR_PREFIX)ytools-run = $(YTOOLS_VERSION)
|
||||
RPM_REQUIRES_DEVEL += $(FLAVOUR_PREFIX)ytools-devel = $(YTOOLS_VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue