From ab9c6c0b312c11ee606a9932b44d447240db0cec Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 28 Oct 2023 19:00:30 +0200 Subject: [PATCH] x11/hyprpicker: drop unused jpeg dependency ====> Running Q/A tests (stage-qa) Warning: you might not need LIB_DEPENDS on libjpeg.so --- x11/hyprpicker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile index 42eedcf0068bc..f7ab0520419e0 100644 --- a/x11/hyprpicker/Makefile +++ b/x11/hyprpicker/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= gmake:devel/gmake \ wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= compiler:c++11-lib cmake gnome jpeg localbase:ldflags pkgconfig +USES= compiler:c++11-lib cmake gnome localbase:ldflags pkgconfig USE_GNOME= cairo USE_GITHUB= yes GH_ACCOUNT= hyprwm