We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4df717 commit 7a88ad3Copy full SHA for 7a88ad3
2 files changed
.github/workflows/CI.yml
@@ -125,7 +125,7 @@ jobs:
125
- uses: actions/checkout@v5
126
- uses: dtolnay/rust-toolchain@stable
127
- name: Install dependencies
128
- run: dnf install -y git meson gcc systemd pam-devel
+ run: dnf install -y git meson gcc systemd
129
- name: Build (portal)
130
working-directory: ./portal
131
run: meson setup ./ _build --prefix /usr && ninja -C _build
pam/meson.build
@@ -10,8 +10,6 @@ is_devel = get_option('profile') == 'development'
10
prefix = get_option('prefix')
11
libdir = get_option('libdir')
12
13
-dependency('pam')
14
-
15
# PAM modules directory
16
pam_moduledir = get_option('pam_moduledir')
17
if pam_moduledir == ''
0 commit comments