Commit 68adaa0 1 parent a651f37 commit 68adaa0 Copy full SHA for 68adaa0
File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
8
8
9
9
OPTIONAL_DEPENDS = cross/libheif cross/libraw cross/openexr cross/libraqm cross/librsvg
10
10
11
- # cross/openjpeg fails to build for DSM 7 when later in the dependency list...
12
- DEPENDS = cross/openjpeg
13
- DEPENDS += cross/jemalloc
11
+ DEPENDS = cross/jemalloc
14
12
DEPENDS += cross/bzip2
15
13
DEPENDS += cross/xz
16
14
DEPENDS += cross/zstd
@@ -19,6 +17,7 @@ DEPENDS += cross/freetype
19
17
DEPENDS += cross/fontconfig
20
18
DEPENDS += cross/urw-base35-fonts
21
19
DEPENDS += cross/dejavu
20
+ DEPENDS += cross/openjpeg
22
21
DEPENDS += cross/libjpeg
23
22
DEPENDS += cross/jbigkit
24
23
DEPENDS += cross/libpng
@@ -68,7 +67,5 @@ CONFIGURE_ARGS += CFLAGS=-lrt
68
67
endif
69
68
70
69
ADDITIONAL_CFLAGS = -O
71
- # librsvg-2.0.pc does not define the correct include dir.
72
- ADDITIONAL_CFLAGS += -I$(STAGING_INSTALL_PREFIX ) /include/librsvg-2.0
73
70
74
71
include ../../mk/spksrc.cross-cc.mk
You can’t perform that action at this time.
0 commit comments