summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/pango
Commit message (Expand)AuthorAgeFilesLines
* pango: import native support and --disable-introspection from meta-oeMartin Jansa2012-04-241-0/+3
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-051-1/+1
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-1/+1
* zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj2012-02-101-1/+1
* pango.inc: fix /etc/pango -> /${sysconfdir}/pango/*Saul Wold2012-01-191-1/+1
* pango: create /etc/pango in module postinsts if it's missingKoen Kooi2012-01-172-1/+4
* Revert "pango.inc: add directory "/etc/pango""Koen Kooi2012-01-171-5/+1
* pango: Use gnomebase class, not gnomeRichard Purdie2012-01-162-2/+2
* pango.inc: add directory "/etc/pango"Xiaofeng Yan2012-01-162-2/+6
* pango: clarify LICENSE is LGPLv2.0+Joshua Lock2011-12-211-1/+1
* pango: Disable x11 when pango doesn't run over x11Xiaofeng Yan2011-12-131-4/+12
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-1/+1
* recipes: bump PR after python upgradeMartin Jansa2011-10-311-1/+1
* pango: Update to work with glib-2.0Richard Purdie2011-10-142-1/+410
* Revert "pango: use qemu to generate pango.modules during rootfs construction"Richard Purdie2011-09-132-8/+5
* pango: use qemu to generate pango.modules during rootfs constructionPhil Blundell2011-09-072-5/+8
* pango: make x11 support conditional on DISTRO_FEATURESPhil Blundell2011-08-262-5/+7
* pango: upgrade from 1.28.3 to 1.28.4Yu Ke2011-04-182-2/+6
* pango: reenable PARALLEL_MAKESaul Wold2011-02-161-1/+1
* recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONSMark Hatle2011-02-031-3/+5
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
* pango: upgrade from 1.28.0 to 1.28.3Yu Ke2010-11-223-0/+1
* Major layout change to the packages directoryRichard Purdie2010-08-273-0/+67
>293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532