be9d731edf
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter g in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
378 B
Plaintext
10 lines
378 B
Plaintext
config BR2_PACKAGE_GTKPERF
|
|
bool "gtkperf (performance test for GTK2)"
|
|
depends on BR2_PACKAGE_LIBGTK2
|
|
help
|
|
GtkPerf is an application designed to test GTK+ performance.
|
|
The point is to create common testing platform to run
|
|
predefined GTK+ widgets
|
|
e.g. (opening comboboxes, toggling buttons, scrolling text
|
|
yms.) and this way define the speed of device/platform.
|