mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 11:59:21 +08:00
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>
This commit is contained in:
parent
f34995be3a
commit
71c03f72f6
@ -43,6 +43,8 @@ define Package/libgd-full
|
|||||||
DEPENDS+=+libtiff +libfreetype
|
DEPENDS+=+libtiff +libfreetype
|
||||||
TITLE+=(full)
|
TITLE+=(full)
|
||||||
VARIANT:=full
|
VARIANT:=full
|
||||||
|
PROVIDES:=libgd
|
||||||
|
CONFLICTS:=libgd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgd/description/default
|
define Package/libgd/description/default
|
||||||
|
Loading…
Reference in New Issue
Block a user