From 24934fe4e68d7ce976bf6df14aafde18de817027 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sat, 3 Aug 2024 19:33:47 +0000 Subject: [PATCH] Disable skia --- debian/changelog | Bin 700183 -> 700201 bytes debian/rules | 18 +++++++++--------- debian/stampdir/prepare | 0 3 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 debian/stampdir/prepare diff --git a/debian/changelog b/debian/changelog index 546f1a2c17ea4513cbc48450507e5fb1afea23d9..7928fc11e85575a911a67d27ad42be381d852932 100644 GIT binary patch delta 80 zcmbP!Piy5ptqmqjVhRdc3ND$&iAg!B3dPx(iF#aI3c9)z^L3k3nc7pC7=ai>GXpUT X5VHa?8xXStF$WNHZck<6+O!4$<+K+! delta 62 zcmZ2^Piy);tqmqjEL;k@x)bwto6DKn%b6H~7(_DzF$)m00x=s9vjZ^)5OZ!XXX4tl F1^{SD60HCL diff --git a/debian/rules b/debian/rules index 06deaf045d2..d7b7ccfc51a 100755 --- a/debian/rules +++ b/debian/rules @@ -390,16 +390,16 @@ ENABLE_POPPLER=y SYSTEM_STUFF += poppler ENABLE_PDFIUM=n PACKAGE_GEN=y -ifeq "$(PACKAGE_GEN)" "y" - # keep packaging gen (s390x is a release arch...), just disable skia. In contrast for - # alpha and ia64 (ports-only) where skia also is disabled we set PACKAGE_GEN=n later in - # the architecture specific settings - ifneq (big,$(DEB_HOST_ARCH_ENDIAN)) - ENABLE_SKIA=y - endif -else +#ifeq "$(PACKAGE_GEN)" "y" +# # keep packaging gen (s390x is a release arch...), just disable skia. In contrast for +# # alpha and ia64 (ports-only) where skia also is disabled we set PACKAGE_GEN=n later in +# # the architecture specific settings +# ifneq (big,$(DEB_HOST_ARCH_ENDIAN)) +# ENABLE_SKIA=y +# endif +#else ENABLE_SKIA=n -endif +#endif SYSTEM_STUFF += libpng ENABLE_NSS=y ifeq "$(ENABLE_NSS)" "y" diff --git a/debian/stampdir/prepare b/debian/stampdir/prepare new file mode 100644 index 00000000000..e69de29bb2d -- 2.30.2