diff options
Diffstat (limited to 'recipes/xfcalendar/xfcalendar_4.2.3.bb')
-rw-r--r-- | recipes/xfcalendar/xfcalendar_4.2.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xfcalendar/xfcalendar_4.2.3.bb b/recipes/xfcalendar/xfcalendar_4.2.3.bb new file mode 100644 index 0000000000..ebab53efcd --- /dev/null +++ b/recipes/xfcalendar/xfcalendar_4.2.3.bb @@ -0,0 +1,9 @@ +# xfce-calendar OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +require ${PN}.inc + +PACKAGES += " ${PN}-mcs-plugins" +FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so" + |