aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2022-08-22 14:58:19 +0200
committerRosen Penev <rosenp@gmail.com>2022-08-23 21:16:45 -0700
commit42b36b7180a1859502d72a42dcd6e9ef80519c55 (patch)
tree5940503ca80edf27472fdecaac05728d11f75a6c
parentdc1ab96f603dedf6b0830c9a9ac1933ecd2a0d5c (diff)
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>
1 files changed, 2 insertions, 0 deletions
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