From: Josef Schlehofer Date: Mon, 22 Aug 2022 12:58:19 +0000 (+0200) Subject: libgd: add conflicts to each other X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=42b36b7180a1859502d72a42dcd6e9ef80519c55;p=openwrt-packages.git 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 --- 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