Skip to content

Commit

Permalink
gedit: Remove ispell
Browse files Browse the repository at this point in the history
Disable gspell support, because currently we don't have it installed.

    configure: error: gspell library not found or too old. Use
      --disable-spell to build without spell plugin.
  • Loading branch information
donald committed Jan 23, 2018
1 parent 21d04aa commit 726cc10
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gedit.be0
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ SRCURL[0]="https://download.gnome.org/sources/gedit/${PKGVERSION[2]}/gedit-${PKG
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-spell
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 726cc10

Please sign in to comment.