aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/osg/android.diff
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/osg/android.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/osg/android.diff')
-rw-r--r--vcpkg/ports/osg/android.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/osg/android.diff b/vcpkg/ports/osg/android.diff
new file mode 100644
index 0000000..19b1b79
--- /dev/null
+++ b/vcpkg/ports/osg/android.diff
@@ -0,0 +1,22 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7d0acf8..d5ebe90 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -734,7 +734,7 @@ OPTION(OSG_USE_LOCAL_LUA_SOURCE "Enable to use local Lua source when building th
+ # you can use the following style of command line option when invoking Cmake (here illustrating ignoring PythonLibs) :
+ # cmake -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=1 .
+ #
+-IF(ANDROID)
++IF(0)
+ ANDROID_3RD_PARTY()
+ ELSE()
+ # Common to all platforms except android:
+@@ -815,7 +815,7 @@ ENDIF(BUILD_OSG_EXAMPLES AND NOT ANDROID)
+
+ # Image readers/writers depend on 3rd party libraries except for OS X which
+ # can use Quicktime.
+-IF(NOT ANDROID)
++IF(1)
+ IF(NOT APPLE)
+ FIND_PACKAGE(GIFLIB)
+ FIND_PACKAGE(JPEG)