diff options
Diffstat (limited to 'package/pixman')
-rw-r--r-- | package/pixman/pixman.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index 8c7a2334b..2b39a77c0 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -9,5 +9,5 @@ PIXMAN_SITE = http://cairographics.org/releases/ PIXMAN_AUTORECONF = NO PIXMAN_INSTALL_STAGING = YES -$(eval $(call AUTOTARGETS,package,pixman)) -$(eval $(call AUTOTARGETS,package,pixman,host)) +$(eval $(call AUTOTARGETS)) +$(eval $(call AUTOTARGETS,host)) |