File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,13 @@ LIST(APPEND WebKit_INCLUDE_DIRECTORIES
66 "${WEBCORE_DIR} /platform/haiku"
77 "${WEBCORE_DIR} /platform/graphics/haiku"
88 "${WEBCORE_DIR} /platform/network/haiku"
9+ "${WEBCORE_DIR} /rendering/svg"
10+ "${WEBCORE_DIR} /svg"
11+ "${WEBCORE_DIR} /svg/animation"
912 ${LIBXML2_INCLUDE_DIR}
1013 ${LIBXSLT_INCLUDE_DIR}
1114 ${SQLITE_INCLUDE_DIR}
12- )
13-
14- IF (ENABLE_SVG)
15- LIST (APPEND WebKit_INCLUDE_DIRECTORIES
16- "${WEBCORE_DIR} /svg"
17- "${WEBCORE_DIR} /svg/animation"
18- "${WEBCORE_DIR} /rendering/svg"
1915 )
20- ENDIF ()
2116
2217IF (ENABLE_VIDEO_TRACK)
2318 LIST (APPEND WebKit_INCLUDE_DIRECTORIES
Original file line number Diff line number Diff line change @@ -94,10 +94,6 @@ if (ENABLE_WEBKIT2 AND ENABLE_NETSCAPE_PLUGIN_API)
9494 set (ENABLE_PLUGIN_PROCESS 1)
9595endif ()
9696
97- IF (NOT ENABLE_SVG)
98- SET (ENABLE_SVG_FONTS 0)
99- ENDIF ()
100-
10197if (ENABLE_BATTERY_STATUS)
10298 find_package (DBus REQUIRED)
10399endif ()
You can’t perform that action at this time.
0 commit comments