Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360280 Details for
Bug 486794
app-accessibility/orca should optionally depend on dev-libs/liblouis for braille support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
liblouis-automagic.diff
liblouis-automagic.diff (text/plain), 1002 bytes, created by
Chris Brannon (RETIRED)
on 2013-10-07 04:06:30 UTC
(
hide
)
Description:
liblouis-automagic.diff
Filename:
MIME Type:
Creator:
Chris Brannon (RETIRED)
Created:
2013-10-07 04:06:30 UTC
Size:
1002 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index f41bfb6..4e42144 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -47,8 +47,18 @@ AM_CHECK_PYMOD(gi,,,[AC_MSG_ERROR(Could not find python module: gi)]) > AM_CHECK_PYMOD(json,,,[AC_MSG_ERROR(Could not find python module: json)]) > AM_CHECK_PYMOD(brlapi,,[brlapi_available="yes"],[brlapi_available="no"]) > AM_CHECK_PYMOD(speechd,,[speechd_available="yes"],[speechd_available="no"]) >+AC_ARG_WITH([liblouis], >+ AS_HELP_STRING([--without-liblouis], [Disable liblouis support])) >+ >+AS_IF([test "x$with_liblouis" != xno], >+ [AM_CHECK_PYMOD(louis,,[louis_available="yes"],[louis_available="no"])], >+ [louis_available=no]) >+ >+if test "x$with_liblouis" = xyes -a "x$louis_available" = xno; then >+ AC_MSG_ERROR([Liblouis was requested but could not be found]) >+fi >+ > LOUIS_TABLE_DIR="" >-AM_CHECK_PYMOD(louis,,[louis_available="yes"],[louis_available="no"]) > if test x$louis_available = "xyes"; then > LOUIS_TABLE_DIR=`pkg-config --variable=tablesdir liblouis` > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 486794
: 360280