diff options
| author | Sicelo A. Mhlongo <absicsz@gmail.com> | 2024-09-02 16:54:33 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-03-15 17:36:50 +0000 |
| commit | a2229ed6e3aa132270ad127489ed427f5fcff86c (patch) | |
| tree | 90669d238f179853ee7735d5a672670bda2fb903 /debian | |
| parent | 2bb2878df6b4b56f09b0c6f7d70a56ca6859ba11 (diff) | |
Enable support for ofono
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 99c649d4..ec481eae 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ override_dh_auto_configure: -Dovs=false \ -Dqt=false \ -Debpf=false \ - -Dofono=false + -Dofono=true override_dh_makeshlibs: dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/NetworkManager/ -X/usr/lib/pppd/ |