Browse Source

libgd: add conflicts to each other

The full variant should conflict with the default variant. This prevents that
libgd and libgd-full could be installed side by side, and also, the full
variant should provide the libgd. Otherwise, if you install libgd-full,
you can not install vnstat.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 42b36b7180)
lilik-openwrt-22.03
Josef Schlehofer 2 years ago
parent
commit
268efbeddd
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libs/libgd/Makefile

+ 2
- 0
libs/libgd/Makefile View File

@ -43,6 +43,8 @@ define Package/libgd-full
DEPENDS+=+libtiff +libfreetype
TITLE+=(full)
VARIANT:=full
PROVIDES:=libgd
CONFLICTS:=libgd
endef
define Package/libgd/description/default


Loading…
Cancel
Save