mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
defs.mk: Fix ytools RPM_REQUIRES_DEVEL
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
118c01e1ba
commit
d92647ecb3
1 changed files with 1 additions and 1 deletions
|
|
@ -1739,7 +1739,7 @@ ifneq ($(filter ytools,$(PREREQ_BUILD)),)
|
|||
YTOOLS_DIR = $(TOPDIR)
|
||||
endif
|
||||
YTOOLS_VERSION = $(call version,$(YTOOLS_DIR))
|
||||
RPM_REQUIRES_DEVEL += glib-2.0
|
||||
RPM_REQUIRES_DEVEL += glib2-devel
|
||||
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