gjdwebserver-overlay/media-video/camera/files/gentoo-linux-patch.patch

20 lines
597 B
Diff
Raw Normal View History

2023-02-21 15:30:31 +01:00
commit 9358fd3820988953a7d3ee60680a109ee62d3232
2023-02-21 15:14:56 +01:00
Author: Gerben Jan Dijkman <gjdijkman@gjdwebserver.nl>
2023-02-21 15:30:31 +01:00
Date: Tue Feb 21 15:29:43 2023 +0100
2023-02-21 15:14:56 +01:00
Removed for Gentoo Linux
diff --git a/src/meson.build b/src/meson.build
2023-02-21 15:30:31 +01:00
index f46e5d1..28c582a 100644
2023-02-21 15:14:56 +01:00
--- a/src/meson.build
+++ b/src/meson.build
2023-02-21 15:30:31 +01:00
@@ -28,7 +28,7 @@ camera_deps = [
2023-02-21 15:14:56 +01:00
camera_sources += camera_gresources
-commit_hash = run_command('git', ['rev-parse', '--short=8', 'HEAD'], check: true).stdout().strip()
2023-02-21 15:30:31 +01:00
+commit_hash = '0'
2023-02-21 15:14:56 +01:00
camera_c_args = [
'-DHANDY_USE_UNSTABLE_API',
'-DCAMERA_APPLICATION_ID="@0@"'.format(application_id),