|
Lines 59-71
src_configure() {
Link Here
|
| 59 |
$(use_enable emacs pinentry-emacs) \ |
59 |
$(use_enable emacs pinentry-emacs) \ |
| 60 |
$(use_enable gnome-keyring libsecret) \ |
60 |
$(use_enable gnome-keyring libsecret) \ |
| 61 |
$(use_enable gtk pinentry-gnome3) \ |
61 |
$(use_enable gtk pinentry-gnome3) \ |
|
|
62 |
$(use_enable gtk pinentry-gtk2) \ |
| 62 |
$(use_enable ncurses fallback-curses) \ |
63 |
$(use_enable ncurses fallback-curses) \ |
| 63 |
$(use_enable ncurses pinentry-curses) \ |
64 |
$(use_enable ncurses pinentry-curses) \ |
| 64 |
$(use_enable qt5 pinentry-qt) \ |
65 |
$(use_enable qt5 pinentry-qt) \ |
| 65 |
$(use_with caps libcap) \ |
66 |
$(use_with caps libcap) \ |
| 66 |
--enable-pinentry-tty \ |
67 |
--enable-pinentry-tty \ |
| 67 |
--disable-pinentry-fltk \ |
68 |
--disable-pinentry-fltk \ |
| 68 |
--disable-pinentry-gtk2 \ |
|
|
| 69 |
MOC="$(qt5_get_bindir)"/moc \ |
69 |
MOC="$(qt5_get_bindir)"/moc \ |
| 70 |
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" \ |
70 |
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" \ |
| 71 |
LIBASSUAN_CONFIG="${ESYSROOT}/usr/bin/libassuan-config" \ |
71 |
LIBASSUAN_CONFIG="${ESYSROOT}/usr/bin/libassuan-config" \ |