Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/emulationstation/files/patch-external_CMakeLists.txt
16461 views
1
Use pugixml from ports, rather than embedded
2
3
--- external/CMakeLists.txt.orig 2018-08-11 01:01:24 UTC
4
+++ external/CMakeLists.txt
5
@@ -2,4 +2,3 @@
6
# package managers are included with the project (in the 'external' folder)
7
8
add_subdirectory("nanosvg")
9
-add_subdirectory("pugixml")
10
11