summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-self-test.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-03-11 12:23:38 +0000
committerRichard Hughes <richard@hughsie.com>2022-06-08 08:05:26 +0100
commitc6c37d096f3d236e86c3073a58f7836298b05faa (patch)
treec410495e2b66284977b870d72ecf24bc848839d0 /libappstream-builder/asb-self-test.c
parent61e94967e9f05a04cd5c4a2d6c4afc72e4dcf8a9 (diff)
downloadappstream-glib-c6c37d096f3d236e86c3073a58f7836298b05faa.tar.gz
Remove the --enable-hidpi option completely
Based on a patch by Fabian Vogt <fvogt@suse.de>, many thanks.
Diffstat (limited to 'libappstream-builder/asb-self-test.c')
-rw-r--r--libappstream-builder/asb-self-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c
index dbc21b9..8f6ed1b 100644
--- a/libappstream-builder/asb-self-test.c
+++ b/libappstream-builder/asb-self-test.c
@@ -345,7 +345,6 @@ asb_test_context_func (void)
asb_context_set_api_version (ctx, 0.9);
asb_context_set_flags (ctx, ASB_CONTEXT_FLAG_NO_NETWORK |
ASB_CONTEXT_FLAG_INCLUDE_FAILED |
- ASB_CONTEXT_FLAG_HIDPI_ICONS |
ASB_CONTEXT_FLAG_ADD_DEFAULT_ICONS);
asb_context_set_basename (ctx, "appstream");
asb_context_set_origin (ctx, "asb-self-test");