From aa9309b1942d55d022094d2cf9f1bcc568a7cff7 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 21 Apr 2025 20:33:49 +0200 Subject: [PATCH] print/hplip: Fix build --- print/hplip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 9982fa559eeb..c1bb0d038d4b 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -37,7 +37,9 @@ CONFIGURE_ARGS= --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \ --with-htmldir=${DOCSDIR} \ --with-drvdir=${PREFIX}/share/cups/drv \ --disable-imageProcessor-build \ - --disable-qt4 + --disable-qt4 \ + --disable-qt5 \ + --disable-gui-build CONFIGURE_ENV+= PYTHONINCLUDEDIR=${PYTHON_INCLUDEDIR} CPPFLAGS+= -I${PYTHON_INCLUDEDIR} INSTALL_TARGET= install-strip