diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-24 22:49:44 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-24 22:49:44 +0000 |
commit | b31fb6c7aa2ad1f8145eee66f4f7d59137563da5 (patch) | |
tree | 21a899201469f94381e9e3320bb51d68c261a3cf /rxvt-unicode | |
parent | 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (diff) |
Apply BUGFIX patch from Alexander Enis for rxvt-unicode 2.2.
BKrev: 40621088lK4KqP8L8Mb4PHBQRrrYKw
Diffstat (limited to 'rxvt-unicode')
-rw-r--r-- | rxvt-unicode/rxvt-unicode_2.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rxvt-unicode/rxvt-unicode_2.2.oe b/rxvt-unicode/rxvt-unicode_2.2.oe index 6dfb7675dc..0650d21d67 100644 --- a/rxvt-unicode/rxvt-unicode_2.2.oe +++ b/rxvt-unicode/rxvt-unicode_2.2.oe @@ -29,7 +29,7 @@ EXTRA_OECONF = "--disable-menubar --disable-xim \ --with-codesets=eu,jp \ --enable-cursor-blink --enable-pointer-blank \ --enable-text-blink --enable-plain-scroll \ - --enable-combining \ + --enable-combining --enable-shared \ --with-x=${STAGING_LIBDIR}/.." EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \ 'XLIB=-L${STAGING_LIBDIR} -lX11'" |