From 268efbedddc990e7303c085ce6a566a8c16f6104 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 0e614ea1f..83a61ca6b 100644 --- a/libs/libgd/Makefile +++ b/libs/libgd/Makefile @@ -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