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)
This commit is contained in:
Josef Schlehofer 2022-08-22 14:58:19 +02:00
parent 7bdf878cd7
commit 7662d4801b
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

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