diff options
Diffstat (limited to 'user/poppler/APKBUILD')
-rw-r--r-- | user/poppler/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/poppler/APKBUILD b/user/poppler/APKBUILD index 5b97c1ff8..c3e57d7b0 100644 --- a/user/poppler/APKBUILD +++ b/user/poppler/APKBUILD @@ -27,7 +27,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DENABLE_XPDF_HEADERS:bool=ON \ + -DENABLE_UNSTABLE_API_ABI_HEADERS:bool=ON \ .. make } |