Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Lachu:SystemServices
Lachu-PackageKit
0025-Made-dependency-helper-program-optional.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0025-Made-dependency-helper-program-optional.patch of Package Lachu-PackageKit
From 8e11e355c78561f2c71854445284d3372e74eab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= <slawek@lach.art.pl> Date: Fri, 2 Apr 2021 12:15:29 +0200 Subject: [PATCH 25/46] - Made dependency helper program optional --- meson.build | 4 +++- meson_options.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 416be3e4c..f5650772e 100644 --- a/meson.build +++ b/meson.build @@ -153,4 +153,6 @@ subdir('client') subdir('backends') subdir('contrib') subdir('docs') -subdir('helpers') +if get_option('dependency_handling_by_user') + subdir('helpers') +endif diff --git a/meson_options.txt b/meson_options.txt index 2f3a1dac9..81c7e3d27 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -20,3 +20,4 @@ option('dbus_services', type : 'string', value : '', description : 'D-BUS system option('python_backend', type : 'boolean', value : true, description : 'Provide a python backend') option('pythonpackagedir', type : 'string', value : '', description : 'Location for python modules') option('daemon_tests', type : 'boolean', value : true, description : 'Test the daemon using the dummy backend') +option('dependency_handling_by_user', type : 'boolean', value : false) -- 2.32.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor