mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
speedo,w32: Install a native pinentry.
* build-aux/speedo.mk: Always build pinentry for w32. (speedo_pkg_pinentry_configure): Adjust to modern pinentry. * build-aux/speedo/w32/inst.nsi: Install native pinentry under the name pinentry-basic.exe. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
f77fd572db
commit
154abaf3c9
2 changed files with 21 additions and 15 deletions
|
@ -816,12 +816,10 @@ Section "-gtk+" SEC_gtk_
|
|||
SectionEnd
|
||||
!endif
|
||||
|
||||
!ifdef WITH_GUI
|
||||
Section "-pinentry" SEC_pinentry
|
||||
SetOutPath "$INSTDIR\bin"
|
||||
File /oname=pinentry.exe "bin/pinentry-gtk-2.exe"
|
||||
File /oname=pinentry-basic.exe "bin/pinentry-w32.exe"
|
||||
SectionEnd
|
||||
!endif
|
||||
|
||||
!ifdef WITH_GUI
|
||||
Section "gpa" SEC_gpa
|
||||
|
@ -933,11 +931,9 @@ Section "-un.gpa"
|
|||
SectionEnd
|
||||
!endif
|
||||
|
||||
!ifdef WITH_GUI
|
||||
Section "-un.pinentry"
|
||||
Delete "$INSTDIR\bin\pinentry.exe"
|
||||
Delete "$INSTDIR\bin\pinentry-basic.exe"
|
||||
SectionEnd
|
||||
!endif
|
||||
|
||||
!ifdef WITH_GUI
|
||||
Section "-un.gtk+"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue