gjdwebserver-overlay/media-video/camera/files/gentoo-linux-patch.patch
2023-02-21 15:30:31 +01:00

20 lines
597 B
Diff

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