View Single Post
Posts: 383 | Thanked: 344 times | Joined on Jun 2013 @ Greece, Athens
#20
Originally Posted by elros34 View Post
I guess but I prefer actual size of font.
elros34 I have a problem...
Using the command:
fakeroot dpkg-buildpackage -d

on i386 works great and it makes the .deb files, but on the armel it gives me this afters some lines:
Code:
checking whether to enable a11y... checking for pkg-config... /scratchbox/tools/bin/pkg-config
ac_cv_enable_a11y: Forced off.
ac_cv_enable_a11y: Have pkg-config: /scratchbox/tools/bin/pkg-config
ac_cv_enable_a11y: /scratchbox/tools/bin/pkg-config --exists cail failed
no
checking for MB2... configure: error: Package requirements (libmatchbox2-0.1) were not met:

No package 'libmatchbox2-0.1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables MB2_CFLAGS
and MB2_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [config.status] Error 1
Do you have any solution for this?