summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 97818cc..cfaa1c5 100644
--- a/composer.json
+++ b/composer.json
@@ -10,8 +10,14 @@
"extension-name": "xpass",
"configure-options": [
{
+ "name": "enable-xpass",
+ "description": "Enable xpass support"
+ },
+
+ {
"name": "with-xpass-dlopen",
- "description": "dlopen libcrypt library at runtime (workaround for MUSL)"
+ "description": "dlopen libcrypt library at runtime (workaround for MUSL)",
+ "needs-value": true
}
]
}