SHA256
1
0
forked from pool/screengrab
Dominique Leuenberger 2020-03-24 21:36:25 +00:00 committed by Git OBS Bridge
commit 4e11f35fd9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 24 07:03:55 UTC 2020 - Max Lin <mlin@suse.com>
- Disable RPATH for building
-------------------------------------------------------------------
Thu Jan 23 08:31:15 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package screengrab
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -56,6 +56,7 @@ Screenshot taker with the ability to publish them via hosting services.
%build
%cmake \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DSG_DBUS_NOTIFY=ON \
-DSG_EXT_EDIT=OFF \
-DSG_EXT_UPLOADS=OFF \