From 7662d4801bbb4292a8625b5a7beaaa8701a73d54 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 22 Aug 2022 14:58:19 +0200 Subject: [PATCH] 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 (cherry picked from commit 42b36b7180a1859502d72a42dcd6e9ef80519c55) --- libs/libgd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/libgd/Makefile b/libs/libgd/Makefile index 012eb4381..7240cd7fc 100644 --- a/libs/libgd/Makefile +++ b/libs/libgd/Makefile @@ -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